初始化底座
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user