环境 cs sy
Showing
.env.productioncs
0 → 100644
.env.testcs
0 → 100644
deploycs2Test.sh
0 → 100644
... | ... | @@ -5,10 +5,13 @@ |
"scripts": { | ||
"serve:sy": "vue-cli-service serve --mode developmentsy", | ||
"serve:cs": "vue-cli-service serve --mode developmentcs", | ||
"build": "vue-cli-service build", | ||
"buildtest": "vue-cli-service build --mode test", | ||
"build:sy": "vue-cli-service build --mode testsy", | ||
"build:cs": "vue-cli-service build --mode testcs", | ||
"build": "vue-cli-service build --mode productionsy", | ||
"build:csprod": "vue-cli-service build --mode productioncs", | ||
"lint": "vue-cli-service lint", | ||
"deploy2test": "npm run buildtest && sh deploy2Test.sh" | ||
"deploysy2test": "npm run build:sy && sh deploy2Test.sh", | ||
"deploycs2test": "npm run build:cs && sh deploycs2Test.sh" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.19.2", | ||
... | ... |
Please
register
or
sign in
to comment