基于vue2、vue-cli、elementUI、webpack、es6等实现
- 样式使用elementUI为主、bootstrap为辅,自动化工具使用webpack,js框架使用vue2;
- axios
- 使用elementUI-table搭建通知管理;
- 实现功能:导出excel;
- 实现页面:404;
# 克隆项目
git clone https://github.com/jasmine-na/vue2-element-admin.git
# 下载依赖install dependencies
npm install
# 本地开发 开启服务 serve with hot reload at localhost:8080
npm run dev
浏览器访问 http://localhost:8080
# 生产环境 build for production with minification
npm run build