vue-admin
Admin template based on vuejs2 and element.
To start
This is a project template for vue-cli
Folder structure
- build - webpack config files
- config - webpack config files
- dist - build
- src -your app
- api
- assets
- common
- components - your vue components
- mock
- styles
- views - your pages
- vuex
- App.vue
- main.js - main file
- routes.js
- static - static assets
Theme
You can change theme by
- Generate theme packages by https://elementui.github.io/theme-preview/#/
- Put theme packages in src/assets/theme/
- Edit src/main.js
- Edit src/styles/vars.scss
Browser support
Modern browsers and IE 10+.