# ApeVolo.Web **Repository Path**: flyger757/ApeVolo.Web ## Basic Information - **Project Name**: ApeVolo.Web - **Description**: ApeVolo.Admin 一款基于.NET 8、SqlSugar、Vue、Elment UI、RBAC、前后端分离、开源(Apache-2.0 license)、开箱即用的企业级中后台权限管理系统。项目具备丰富的组件、简单的逻辑代码、常见的知识点、不仅适用于新手学习、更适用企业级系统开发,助力快速完成常规业务需求开发。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-11-26 - **Last Updated**: 2026-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```