# eladmin-web **Repository Path**: dawn_code/eladmin-web ## Basic Information - **Project Name**: eladmin-web - **Description**: eladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由,Bug 反馈移步Github - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://el-admin.vip/demo - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3194 - **Created**: 2022-05-16 - **Last Updated**: 2022-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eladmin-qt eladmin 前端源码 #### 后端源码 - 码云: [https://gitee.com/elunez/eladmin](https://gitee.com/elunez/eladmin) - github: [https://github.com/elunez/eladmin](https://github.com/elunez/eladmin) #### 初始模板 前端模板基于:[https://github.com/PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) ## Build Setup ``` bash # 安装依赖 npm install # 启动服务 localhost:8013 npm run dev # 构建生产环境 npm run build ```