Add Vite React frontend prototype

This commit is contained in:
liumangmang
2026-04-23 12:02:53 +08:00
commit 4cb403c956
11 changed files with 4961 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()]
});