打包部署
Showing
No preview for this file type
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"serve-dev": "vue-cli-service serve --mode dev", | "serve-dev": "vue-cli-service serve --mode dev", | ||
"serve-yy": "vue-cli-service serve --mode yueyang", | |||
"build:test": "vue-cli-service build --mode test", | "build:test": "vue-cli-service build --mode test", | ||
"build:prod": "vue-cli-service build --mode production --report", | "build:prod": "vue-cli-service build --mode production --report", | ||
"build:yueyang": "vue-cli-service build --mode yueyang" | "build:yueyang": "vue-cli-service build --mode yueyang" | ||
... | @@ -16,6 +17,7 @@ | ... | @@ -16,6 +17,7 @@ |
"crypto-js": "^4.1.1", | "crypto-js": "^4.1.1", | ||
"http-parser-js": "^0.5.3", | "http-parser-js": "^0.5.3", | ||
"js-base64": "^3.7.2", | "js-base64": "^3.7.2", | ||
"js-md5": "^0.7.3", | |||
"jsonp": "^0.2.1", | "jsonp": "^0.2.1", | ||
"moment": "^2.29.1", | "moment": "^2.29.1", | ||
"moment-locales-webpack-plugin": "^1.2.0", | "moment-locales-webpack-plugin": "^1.2.0", | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment