https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core
The easiest way of starting a new project using ABP with ASP.NET Core MVC is to create a template on templates page. Remember to check "Include module zero". After creating and downloading your project, follow below steps to run your application.
注意事项:
1.选择Web.Mvc为启动项目
2.Package Manager Console要在.EntityFrameworkCore 运行Update-Database命令
原文:http://www.cnblogs.com/shiningrise/p/7616553.html