Merge branch 'feature/add_v2.0' into 'master'
Feature/add v2.0 See merge request !4
Showing
app/service/redis.ts
0 → 100644
app/web/api/operation.api.ts
0 → 100644
6.58 KB
35.2 KB
30.7 KB
app/web/lib/Coupon/index.vue
0 → 100644
951 Bytes
243 KB
app/web/lib/Goods/index.vue
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
| "description": "低代码平台", | "description": "低代码平台", | ||
| "scripts": { | "scripts": { | ||
| "start": "egg-scripts start --port 9050 --workers 1", | "start": "egg-scripts start --port 9050 --workers 1", | ||
| "test": "egg-scripts start --port 80 --workers 1", | |||
| "stop": "egg-scripts stop", | "stop": "egg-scripts stop", | ||
| "backend": "nohup egg-scripts start --port 7001 --workers 4", | "backend": "nohup egg-scripts start --port 7001 --workers 4", | ||
| "dev": "egg-bin dev -r egg-ts-helper/register", | "dev": "egg-bin dev -r egg-ts-helper/register", | ||
| ... | @@ -13,7 +14,7 @@ | ... | @@ -13,7 +14,7 @@ |
| "clean": "ets clean", | "clean": "ets clean", | ||
| "kill": "easy kill", | "kill": "easy kill", | ||
| "lint": "tslint --project . -c tslint.json", | "lint": "tslint --project . -c tslint.json", | ||
| "fix": "tslint --fix --project . -c tslint.json 'app/web/**/*{.ts}'", | "fix": "tslint --fix --project . -c tslint.json 'app/**/*{.ts}'", | ||
| "ii": "npm install --registry https://registry.npm.taobao.org", | "ii": "npm install --registry https://registry.npm.taobao.org", | ||
| "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
| }, | }, | ||
| ... | @@ -23,17 +24,19 @@ | ... | @@ -23,17 +24,19 @@ |
| "@easy-team/easywebpack-cli": "^4.0.0", | "@easy-team/easywebpack-cli": "^4.0.0", | ||
| "@easy-team/easywebpack-vue": "^4.0.0", | "@easy-team/easywebpack-vue": "^4.0.0", | ||
| "@hubcarl/json-typescript-mapper": "^2.0.0", | "@hubcarl/json-typescript-mapper": "^2.0.0", | ||
| "@qg/cherry-ui": "^2.18.66", | "@qg/cherry-ui": "^2.20.6", | ||
| "@qg/citrus-ui": "0.0.1-alpha.2", | "@qg/citrus-ui": "0.0.63", | ||
| "@riophae/vue-treeselect": "^0.4.0", | |||
| "@types/lodash": "^4.14.117", | "@types/lodash": "^4.14.117", | ||
| "@types/node": "^10.12.0", | "@types/node": "^10.12.0", | ||
| "@types/validator": "^4.5.26", | "@types/validator": "^4.5.26", | ||
| "axios": "^0.18.1", | "axios": "^0.21.1", | ||
| "babel-plugin-transform-vue-jsx": "^4.0.1", | "babel-plugin-transform-vue-jsx": "^4.0.1", | ||
| "cz-conventional-changelog": "^2.1.0", | "cz-conventional-changelog": "^2.1.0", | ||
| "egg": "^2.3.0", | "egg": "^2.3.0", | ||
| "egg-bin": "^4.9.0", | "egg-bin": "^4.9.0", | ||
| "egg-cors": "^2.1.1", | "egg-cors": "^2.1.1", | ||
| "egg-redis": "^2.4.0", | |||
| "egg-scripts": "^2.10.0", | "egg-scripts": "^2.10.0", | ||
| "egg-sequelize-ts": "^0.2.3-0", | "egg-sequelize-ts": "^0.2.3-0", | ||
| "egg-ts-helper": "^1.13.0", | "egg-ts-helper": "^1.13.0", | ||
| ... | ... |