创建项目,前端模拟

This commit is contained in:
YueL1331
2026-01-12 11:42:00 +08:00
commit 03ffb8ddbc
24 changed files with 3153 additions and 0 deletions

View File

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