This is a project template for vue-cli
# install dependencies
npm install
# serve with hot reload at localhost:8081
npm run dev
# build for production with minification
npm run build
- build - webpack config files
- config - webpack config files
- dist - build
- src -your app
- api
- assets
- components - your vue components
- mock
- pages - your pages
- router
- store - VueX
- utils
- App.vue
- main.js - main file
- static - static assets
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
import 'element-ui/lib/theme-default/index.css'
to
import './assets/theme/your-theme/index.css'
- Edit src/styles/vars.scss
Modern browsers and IE 10+.