# mu_abp_auth **Repository Path**: munana/mu_abp_auth ## Basic Information - **Project Name**: mu_abp_auth - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Abp Auth Server 项目模板 mu_abp_auth 用于创建 Abp Auth Server 的项目模板 ##### 安装 ```bash # 在项目根目录执行 dotnet new install . ``` ##### 创建项目 ```bash dotnet new mu-abp-auth -n [ProjectName] ```