A vue2 + typescript minimal layout template,base Element-ui.
- VueJs/Vuex/Vue-router
- typescript
- Sass
Make sure installed workplus-cli
.
$ npm install workplus-cli -g
And run:
$ workplus start vue-admin my-project
# install dependencies
yarn install
# dev
yarn run serve
# lint
yarn run lint
# build production
yarn run build
Elvis