配置
Showing
1 changed file
with
1 additions
and
5 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", | ... | ... |
-
Please register or sign in to post a comment