# ApeVolo.Web
**Repository Path**: anydev/ApeVolo.Web
## Basic Information
- **Project Name**: ApeVolo.Web
- **Description**: 基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱则用的企业级中后台权限管理系统
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 28
- **Created**: 2025-04-23
- **Last Updated**: 2025-04-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 后台管理
## README
#### 💒代码仓库(api)
- net 版本(Github) https://github.com/xianhc/ApeVolo.Admin
- net 版本(Gitee) https://gitee.com/xianhc/ApeVolo.Admin
- go 版本(Github) https://github.com/xianhc/ApeVolo.AdminGO
- go 版本(Gitee) https://gitee.com/xianhc/ApeVolo.adminGO
#### 💒代码仓库(web)
- vue2.x 版本(Github) https://github.com/xianhc/ApeVolo.Web
- vue2.x 版本(Gitee) https://gitee.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
```