A Vue.js project
# clone项目
git@github.com:luoxufang/vue-element-admin.git
# 安装依赖()
npm install
# 项目跑起来
npm run dev
# 浏览器打开 localhost:8080
# 打包的时候
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.