Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.24 KB

vue-vuex-typescript-demo

Vue2.5+ + Vuex + Typescript 示例

vue-cli 2.x 版本 示例见 vue-cli-2 分支

相关文章

Build Setup

# 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