Vue2.5+ + Vuex + Typescript 示例
-
整体基于 vue-cli 3.0 (rc.3版) 生成代码改造
-
Vuex 基于官方 shopping-cart 示例改造
-
支持 vue-property-decorator 及 vuex-class 组件式写法
-
支持 vue + vuex 原生写法
-
支持 tslint
-
包含 element-ui 示例(2.x 版本,支持按需加载)
-
包含 sass 示例
vue-cli 2.x 版本 示例见 vue-cli-2 分支
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# build for production with the bundle analyzer report
npm run build -- --report
# run unit tests
npm run test:unit
# run e2e tests
npm run test:e2e
## License
MIT