# vue-backend **Repository Path**: windy112358/vue-backend ## Basic Information - **Project Name**: vue-backend - **Description**: vue的后台管理练习项目 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-backend (账号和密码随便填) [项目预览]( https://lchgl.github.io/vue-backend/) >vue的后台管理练习项目,优化加载更改使用路由懒加载和element-ui的按需加载 [参考项目](https://github.com/lanux/Vue-Admin) ```angular2html #拉取项目 git clone https://github.com/lchgl/vue-backend.git cd vue-backend && yarn install #本地 npm run dev #生产打包到docs文件夹 npm run bulid ```