[+] Add run scripts
This commit is contained in:
+3
-2
@@ -3,8 +3,9 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
"preview": "vite preview"
|
||||
"serve": "vite",
|
||||
"build": "vue-tsc --noEmit && yarn lint && vite build",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
|
||||
},
|
||||
"dependencies": {
|
||||
"element-plus": "^2.1.9",
|
||||
|
||||
Reference in New Issue
Block a user