# vue-elementui-template **Repository Path**: maxuedong/vue-elementui-template ## Basic Information - **Project Name**: vue-elementui-template - **Description**: vue2.0 + webpack + elementui 后台管理模板页面 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-template 使用饿了么UI框架element-ui 2.0 使用less/sass css预处理工具 使用axios http库 使用 echarts 图表库 使用iconfont icon库 语法尽可能简单,方便广大vue爱好者阅读,嵌套尽可能的减少,不用一层一层嵌套的下去寻找 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9091 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ......