一个基于
vue
+vuex
+ant-design-vue
+typescript
的中后台脚手架
- node -- 运行/编译
- yarn -- 依赖管理
- webpack -- 打包
- eslint -- 代码规约
- vue-cli -- 构建
"@types/lodash": "^4.14.116",
"@types/mockjs": "^1.0.1",
"@types/qs": "^6.5.1",
"ant-design-vue": "^1.1.1",
"axios": "^0.18.0",
"babel-plugin-import": "^1.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"jsonp": "^0.2.1",
"lodash": "^4.17.10",
"mockjs": "^1.0.1-beta3",
"moment": "^2.22.2",
"path-to-regexp": "^2.2.1",
"q": "^1.5.1",
"qs": "^6.5.2",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
yarn install
yarn run serve
yarn run build
yarn run lint