A vue2 + typescript minimal layout template,base Element-ui.
- VueJs/Vuex/Vue-router
- typescript
- Sass
Make sure installed workplus-cli.
$ npm install workplus-cli -gAnd 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