修改package.json的启动命令
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run build\" \"npm run serve\"",
|
||||
"serve": "vite preview --port 1333 --strictPort",
|
||||
"dev": "vite",
|
||||
"dep": "concurrently \"npm run build\" \"npm run preview\"",
|
||||
"preview": "vite preview --port 1333 --strictPort",
|
||||
"build": "vite build --watch",
|
||||
"type-check": "vue-tsc --build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user