First, create a template project from the official website
Go to the official website download Template Project
Click to select:
Enter the verification code to start the download
Download tips:
Second, start the project
To open a project using VS2015, restore the NuGet package:
Set the project to the end of the web, set as the startup project:
Open Web. config and modify the connection string. (because my locally installed SQL Server is an instance of. SQLExpress, you need to manually modify the server.) )
Open the Package Manager console, select the project that ends with EntityFramework, and execute update-database to create the database.
Ctrl+f5 run, use account admin/123qwe,tenancy name blank, login can.
At this point, you successfully created an ASP. NET MVC version of the MPA Web project using the ABP template.
Source has been uploaded to GITHUB-LEARNINGMPAABP, can be self-reference.
ABP Starter Series Catalogue-A practical walkthrough of learning ABP Framework
The above is the ABP Starter series (2)-Create the content of the map version project through the template, and see Topic.alibabacloud.com (www.php.cn) for more information!