push
Showing
| ... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001", | "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001", | ||
| "@vue/cli-service": "^5.0.8", | |||
| "crypto-js": "^4.2.0", | "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
| "echarts": "^5.4.1", | "echarts": "^5.4.1", | ||
| ... | @@ -26,6 +27,8 @@ | ... | @@ -26,6 +27,8 @@ |
| "less": "^4.3.0" | "less": "^4.3.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "build:h5": "vue-cli-service uni-build --platform h5" | "dev": "uni -p", | ||
| "build:h5": "npx vue-cli-service uni-build --platform h5", | |||
| "build:weapp": "uni build --platform mp-weixin" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment