# module-zero-core-template **Repository Path**: zijiaxing/module-zero-core-template ## Basic Information - **Project Name**: module-zero-core-template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-08 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行方法 **方法1:angular客户端** 1.切换到angular文件夹; 2.运行命令npm install; 3.运行命令npm start; **方法2:vue客户端** 1.切换到vue文件夹; 2.运行命令npm install; 3.运行命令npm run serve; **方法3:mvc客户端** 使用vs2017运行aspnet-core\src\AbpCompanyName.AbpProjectName.Web.Mvc项目 # Introduction This is a template to create **ASP.NET Core MVC / Angular** based startup projects for [ASP.NET Boilerplate](https://aspnetboilerplate.com/Pages/Documents). It has 2 different versions: 1. [ASP.NET Core MVC & jQuery](https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core) (server rendered multi-page application). 2. [ASP.NET Core & Angular](https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Angular) (single page application). User Interface is based on [BSB Admin theme](https://github.com/gurayyarar/AdminBSBMaterialDesign). # Download Create & download your project from https://aspnetboilerplate.com/Templates # Screenshots #### Sample Dashboard Page ![](_screenshots/module-zero-core-template-ui-home.png) #### User Creation Modal ![](_screenshots/module-zero-core-template-ui-user-create-modal.png) #### Login Page ![](_screenshots/module-zero-core-template-ui-login.png) # Documentation * [ASP.NET Core MVC & jQuery version.](https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core) * [ASP.NET Core & Angular version.](https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Angular) # License [MIT](LICENSE).