update
Showing
with
2 additions
and
1 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", | ||
| "build:stage": "vue-cli-service build --mode staging" | ||
| }, | ||
| "dependencies": { | ||
| "@types/echarts": "^4.6.1", | ||
| ... | ... |
Please
register
or
sign in
to comment