初始化底座

This commit is contained in:
aixianling
2024-05-22 17:03:33 +08:00
parent aba9c3a8fe
commit 27ea4bc032
14 changed files with 342 additions and 62 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ds",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^2.7.7",
"vue-router": "^3.5.4"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vitejs/plugin-vue2-jsx": "^1.0.2",
"terser": "^5.14.2",
"vite": "^3.0.2"
}
}