# pandx-mulan **Repository Path**: nling/pandx-mulan ## Basic Information - **Project Name**: pandx-mulan - **Description**: 基于 iView 和 Asp.Net Biolerplate 的带有权限表单流程管理的前后端分离通用管理系统模板,采用 Asp.Net 6 和 Vue2(TypeScript) 开发 - **Primary Language**: C# - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: http://www.pandx.xyz - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2022-04-26 - **Last Updated**: 2022-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 木兰通用管理系统 #### 介绍 基于 iView 和 Asp.Net Biolerplate 的带有表单流程管理的通用管理系统模板,采用 Asp.Net 6 和 Vue2(TypeScript) 开发 **[点这里直通演示](http://www.pandx.xyz)** **交流QQ群 630281431** #### 软件架构 本项目是基于 iView 和 Asp.Net Biolerplate 的带有权限表单流程管理的前后端分离通用管理系统模板,后端采用 Asp.Net 6,前端采用 TypeScript,前端框架为 Vue2 项目参考了许都的开源项目,如:[OpenAuth.Core](https://gitee.com/yubaolee/OpenAuth.Core),[easyFlow](https://gitee.com/superman-ge/easy-flow)等等,也使用了许多项目的源代码:如[ng-form-iview](https://gitee.com/jjxliu306/ng-form-iview),[vue2-contextmenu](https://gitee.com/AfterWin/vue2-contextmenu)等等,当然项目也使用了许多npm包,一并表示感谢。 #### 安装教程 #### client ##### 安装 ```shell yarn install ``` ##### 运行 ```shell yarn serve ```` #### server ##### 初始化 在 appSettings.json 中配置 SQL Server 连接字符串,然后在 pandx.Mulan.EntityFramework 项目下迁移数据库 ```shell dotnet ef migrations add Init dotnet ef database update ``` #### 使用说明 **[Asp.Net Boilerplate文档](https://aspnetboilerplate.com/Pages/Documents)**