# apevolo-web **Repository Path**: long178/apevolo-web ## Basic Information - **Project Name**: apevolo-web - **Description**: 基于 .Net 5 、SqlSugar、Vue、RBAC、前后端分离的开箱则用的企业级中后台权限管理系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 32 - **Created**: 2022-11-29 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 项目源码 | | 后端源码 | 前端源码 | |--- |--- | --- | | github | https://github.com/xianhc/apevolo-api | https://github.com/xianhc/apevolo-web | #### 前端模板 初始模板基于: [https://github.com/PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 模板文档: [https://panjiachen.github.io/vue-element-admin-site/zh/guide/](https://panjiachen.github.io/vue-element-admin-site/zh/guide/) #### 编译运行 ``` bash # 安装依赖 npm install # 启动服务 localhost:8001 npm run serve # 构建生产环境 npm run build:prod ```