push
Showing
| ... | ... | @@ -15,6 +15,7 @@ |
| ] | ||
| }, | ||
| "dependencies": { | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001", | ||
| "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.13", | ||
| "echarts": "^5.4.1", | ||
| ... | ... | @@ -22,10 +23,11 @@ |
| "nanoid": "^4.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "less": "^4.3.0", | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001" | ||
| "less": "^4.3.0" | ||
| }, | ||
| "scripts": { | ||
| "build:h5": "./node_modules/.bin/uni build --platform h5" | ||
| "dev": "uni -p", | ||
| "build:h5": "vue-cli-service uni-build --platform h5", | ||
| "build:weapp": "uni build --platform mp-weixin" | ||
| } | ||
| } |
Please
register
or
sign in
to comment