1. init 初始化公共头部
Showing
with
93 additions
and
7 deletions
| ... | ... | @@ -5,7 +5,8 @@ |
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint" | ||
| "lint": "vue-cli-service lint", | ||
| "update-tmv": "npm install teammix-frame-element-vue@latest --registry http://npm.job.qinqinxiaobao.com --save" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.26.1", | ||
| ... | ... | @@ -13,6 +14,7 @@ |
| "element-ui": "^2.15.7", | ||
| "lodash": "^4.17.21", | ||
| "oidc-client": "^1.11.5", | ||
| "teammix-frame-element-vue": "^0.1.119", | ||
| "uniplat-sdk": "^0.1.350-private", | ||
| "vue": "^2.6.11", | ||
| "vue-class-component": "^7.2.3", | ||
| ... | ... | @@ -84,4 +86,4 @@ |
| "last 2 versions", | ||
| "not dead" | ||
| ] | ||
| } | ||
| \ No newline at end of file | ||
| } |
Please
register
or
sign in
to comment