配置
Showing
1 changed file
with
2 additions
and
6 deletions
... | @@ -5,11 +5,7 @@ | ... | @@ -5,11 +5,7 @@ |
5 | "author": "psh", | 5 | "author": "psh", |
6 | "scripts": { | 6 | "scripts": { |
7 | "dev": "vue-cli-service serve --mode development", | 7 | "dev": "vue-cli-service serve --mode development", |
8 | "dev-test": "vue-cli-service serve --mode test", | 8 | "build": "vue-cli-service build --mode build-development" |
9 | "dev-demonstration": "vue-cli-service serve --mode demonstration", | ||
10 | "build": "vue-cli-service build --mode build-development", | ||
11 | "build-test": "vue-cli-service build --mode build-test", | ||
12 | "build-demonstration": "vue-cli-service build --mode build-demonstration" | ||
13 | }, | 9 | }, |
14 | "dependencies": { | 10 | "dependencies": { |
15 | "@babel/polyfill": "^7.12.1", | 11 | "@babel/polyfill": "^7.12.1", |
... | @@ -78,4 +74,4 @@ | ... | @@ -78,4 +74,4 @@ |
78 | "type": "git", | 74 | "type": "git", |
79 | "url": "git+https://github.com/PanJiaChen/vue-element-admin.git" | 75 | "url": "git+https://github.com/PanJiaChen/vue-element-admin.git" |
80 | } | 76 | } |
81 | } | 77 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment