Merge branch 'dev' into dev_gcg
Showing
deploy/index.js
0 → 100644
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | ||
| "scripts": { | "scripts": { | ||
| "dev": "vue-cli-service serve", | "dev": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | "build": "vue-cli-service build && node deploy/index.js --mode stage", | ||
| "build:stage": "vue-cli-service build --mode staging", | "build:stage": "vue-cli-service build --mode staging", | ||
| "preview": "node build/index.js --preview", | "preview": "node build/index.js --preview", | ||
| "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | ||
| ... | @@ -14,17 +14,22 @@ | ... | @@ -14,17 +14,22 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "0.18.1", | "axios": "0.18.1", | ||
| "core-js": "3.6.5", | "core-js": "^3.6.5", | ||
| "element-ui": "2.13.2", | "element-ui": "2.13.2", | ||
| "events": "^3.3.0", | |||
| "inquirer": "^8.2.0", | |||
| "js-cookie": "2.2.0", | "js-cookie": "2.2.0", | ||
| "moment": "^2.29.1", | |||
| "normalize.css": "7.0.0", | "normalize.css": "7.0.0", | ||
| "nprogress": "0.2.0", | "nprogress": "0.2.0", | ||
| "path-to-regexp": "2.4.0", | "path-to-regexp": "2.4.0", | ||
| "progress": "^2.0.3", | |||
| "ssh2": "^1.6.0", | |||
| "util": "^0.12.4", | |||
| "vue": "2.6.10", | "vue": "2.6.10", | ||
| "vue-router": "3.0.6", | "vue-router": "3.0.6", | ||
| "vuex": "3.1.0" | "vuex": "3.1.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@vue/cli-plugin-babel": "4.4.4", | "@vue/cli-plugin-babel": "4.4.4", | ||
| "@vue/cli-plugin-eslint": "4.4.4", | "@vue/cli-plugin-eslint": "4.4.4", | ||
| ... | ... |
Please
register
or
sign in
to comment