vue-typescript-admin-template
A minimal vue typescript admin template with element-ui & axios & svgicon & permission control & lint, part of the code was generated by vue-cli and jarvis.
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Run your unit tests
yarn test:unit
Run your end-to-end tests
yarn test:e2e
Run all tests
yarn test