The easiest way of starting a new project using ABP with ASP.NET MVC 5.x (and optionally AngularJS frontend) is to create a template on the download page.
After creating and downloading your project:
Be sure you have installed Typescript 2.0+ in Visual Studio because the Abp.Web.Resources NuGet package comes with d.ts and it requires Typescript 2.0+.
In this template, multi-tenancy is enabled by default. You can disable it in the Core project‘s module class if you don‘t need it.
https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template
原文:https://www.cnblogs.com/muxueyuan/p/12467262.html