Initial commit
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100755
.vscode/launch.json
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100755
app/controller/activity.ts
0 → 100644
app/extend/helper.ts
0 → 100644
app/middleware/access.ts
0 → 100644
app/router.ts
0 → 100644
app/typings/global.d.ts
0 → 100644
app/typings/module.d.ts
0 → 100644
app/view/.gitkeep
0 → 100644
app/view/README.md
0 → 100644
app/web/.sentryclirc.ts
0 → 100644
app/web/api/editor.api.ts
0 → 100644
app/web/api/operation.api.ts
0 → 100644
app/web/api/user.api.ts
0 → 100644
app/web/asset/css/reset.css
0 → 100644
352 Bytes
4.19 KB
6.58 KB
35.2 KB
12.6 KB
app/web/config/dev.config.ts
0 → 100644
app/web/config/index.ts
0 → 100644
app/web/framework/app.ts
0 → 100644
app/web/index.d.ts
0 → 100644
30.7 KB
app/web/lib/Coupon/index.vue
0 → 100644
352 Bytes
12.6 KB
app/web/lib/Form/api/api.ts
0 → 100644
352 Bytes
69.4 KB
12.4 KB
7.07 KB
12.6 KB
app/web/lib/Form/index.vue
0 → 100644
app/web/lib/Form/jy/jy.less
0 → 100644
app/web/lib/Form/jy/jy.ts
0 → 100644
951 Bytes
243 KB
app/web/lib/Goods/index.vue
0 → 100644
app/web/lib/config.ts
0 → 100644
app/web/page/store/index.ts
0 → 100644
app/web/page/store/state.ts
0 → 100644
app/web/tsconfig.json
0 → 100644
app/web/typings/global.d.ts
0 → 100644
app/web/view/layout.html
0 → 100644
babel.config.js
0 → 100644
bin/server.js
0 → 100644
config/config.default.ts
0 → 100644
config/config.local.ts
0 → 100644
config/config.prod.ts
0 → 100644
config/config.test.ts
0 → 100644
config/plugin.local.ts
0 → 100644
config/plugin.ts
0 → 100644
config/tsconfig.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "quantum-blocks", | |||
| "version": "0.0.1", | |||
| "description": "低代码平台", | |||
| "scripts": { | |||
| "start": "egg-scripts start --port 80 --workers 1", | |||
| "stop": "egg-scripts stop", | |||
| "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 --size", | |||
| "tsc": "ets && tsc -p tsconfig.json", | |||
| "clean": "ets clean", | |||
| "kill": "easy kill", | |||
| "lint": "tslint --project . -c tslint.json", | |||
| "fix": "tslint --fix --project . -c tslint.json 'app/web/**/*{.ts}'", | |||
| "ii": "npm install --registry https://registry.npm.taobao.org", | |||
| "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | |||
| }, | |||
| "dependencies": { | |||
| "@better-scroll/core": "^2.0.5", | |||
| "@qg/cherry-ui": "^2.18.66", | |||
| "@qg/citrus-ui": "0.0.1-alpha.2", | |||
| "axios": "^0.21.1", | |||
| "babel-plugin-transform-vue-jsx": "^4.0.1", | |||
| "egg": "^2.3.0", | |||
| "egg-bin": "^4.9.0", | |||
| "egg-cors": "^2.1.1", | |||
| "egg-scripts": "^2.10.0", | |||
| "egg-ts-helper": "^1.13.0", | |||
| "egg-view-vue-ssr": "^3.0.5", | |||
| "egg-webpack": "^4.4.7", | |||
| "egg-webpack-vue": "^2.0.0", | |||
| "js-cookie": "^2.2.1", | |||
| "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" | |||
| }, | |||
| "devDependencies": { | |||
| "typescript": "^3.9.2", | |||
| "@easy-team/easywebpack-cli": "^4.0.0", | |||
| "@easy-team/easywebpack-vue": "^4.0.0", | |||
| "webpack-sentry-plugin": "^1.16.0", | |||
| "postcss-px2rem": "^0.3.0", | |||
| "less": "^3.12.2", | |||
| "less-loader": "^7.1.0", | |||
| "tslint": "^5.9.1", | |||
| "tslint-eslint-rules": "^5.4.0", | |||
| "tslint-loader": "^3.5.3", | |||
| "ts-loader": "^5.3.0", | |||
| "ts-node": "^7.0.1", | |||
| "@babel/plugin-syntax-jsx": "^7.12.1", | |||
| "@types/node": "^10.12.0" | |||
| }, | |||
| "egg": { | |||
| "typescript": true | |||
| }, | |||
| "engines": { | |||
| "node": ">=8.0.0" | |||
| }, | |||
| "ci": { | |||
| "version": "8, 10" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/easy-team/egg-vue-typescript-boilerplate.git" | |||
| }, | |||
| "author": "hubcarl@126.com", | |||
| "license": "MIT", | |||
| "homepage": "https://github.com/easy-team/egg-vue-typescript-boilerplate.git", | |||
| "config": { | |||
| "commitizen": { | |||
| "path": "./node_modules/cz-conventional-changelog" | |||
| } | |||
| } | |||
| } |
postcss.config.js
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
typings/app/index.d.ts
0 → 100644
typings/config/plugin.d.ts
0 → 100644
webpack.config.js
0 → 100644