feature: 优化
Showing
app/middleware/compress.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -8,7 +8,7 @@ |
| "backend": "nohup egg-scripts start --port 7001 --workers 4", | ||
| "dev": "egg-bin dev -r egg-ts-helper/register", | ||
| "debug": "egg-bin debug -r egg-ts-helper/register", | ||
| "build": "easy build --devtool", | ||
| "build": "easy build --devtool -s", | ||
| "tsc": "ets && tsc -p tsconfig.json", | ||
| "clean": "ets clean", | ||
| "kill": "easy kill", | ||
| ... | ... | @@ -20,8 +20,7 @@ |
| "dependencies": { | ||
| "@better-scroll/core": "^2.0.5", | ||
| "@qg/cherry-ui": "^2.18.75", | ||
| "@qg/citrus-ui": "0.0.18", | ||
| "axios": "^0.21.1", | ||
| "@qg/citrus-ui": "0.0.21", | ||
| "babel-plugin-transform-vue-jsx": "^4.0.1", | ||
| "egg": "^2.3.0", | ||
| "egg-bin": "^4.9.0", | ||
| ... | ... | @@ -32,16 +31,13 @@ |
| "egg-webpack": "^4.4.7", | ||
| "egg-webpack-vue": "^2.0.0", | ||
| "js-cookie": "^2.2.1", | ||
| "koa-compress": "^5.0.1", | ||
| "npm": "^6.14.10", | ||
| "qs": "^6.9.4", | ||
| "raven-js": "^3.27.2", | ||
| "sa-sdk-javascript": "^1.15.27", | ||
| "vue": "^2.6.12", | ||
| "vue-awesome-swiper": "^3.1.3", | ||
| "vue-grid-layout": "^2.3.11", | ||
| "vue-property-decorator": "^7.2.0", | ||
| "vue-router": "^3.0.1", | ||
| "vuex": "^3.0.1", | ||
| "vuex-class": "^0.3.1", | ||
| "vuex-router-sync": "^5.0.0" | ||
| }, | ||
| ... | ... |
Please register or sign in to comment