初始化前端目录

This commit is contained in:
2025-08-31 23:25:36 +08:00
parent 2c04361feb
commit 7c11c1519b
9 changed files with 1211 additions and 0 deletions

7
capi-ui/vite.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
})