初始化脚手架

This commit is contained in:
XGL-THINKPAD-X1\rucky
2023-12-29 17:31:17 +08:00
commit f1c3d10fd5
12 changed files with 240 additions and 0 deletions

7
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()]
})