A boilerplate for large vue project with ElementUI 2
Vue-Element-Admin
a boilerplate for large vue project with ElementUI 2.x.
Build Setup
# install dependencies
yarn install
# serve with hot reload at localhost:8082
yarn run dev
# build for production with minification
yarn run build
# visualize output files
yarn run analysis
# copy output files to docs folder
yarn run copy
# preview output files
yarn add http-server -g
cd dist
http-server
Tech Stack
- Vue @ 2.5.9
- Vue-Router
- Vue-cli
- Vue-i18n
- Vuex
- ES6
- Axios
- jsonp
- eCharts @ 3.7.2
- Element-UI @ 2.4.3
- Less
- Animate.CSS
- Font-Awesome
- screenfull
- MockJS
- Yarn
- babel-polyfill 兼容IE垫片