APB on the Chinese version of the framework, recently wanted to record notes of small things to happen

 

The first blog, we should not have unrealistic expectations

  The use of host development platform MAC mini monitor models Dell U2419HS

  Software development using Visual Studio For Mac platform Net Core 3.0 version

  Use development framework APB framework elevator into the https://cn.abp.io

  Since the first use of APB framework, in accordance with the first Chinese version of the operating again

1. Create a new solution

 

 

 

  

 

 

  new commands using Entity Framework Core as a database provider to create a hierarchical MVC application.

  

  # 使用MongoDB作为数据库提供程序
      abp new Acme.BookStore -d mongodb

  # 基于分层体系结构创建解决方案
      abp new Acme.BookStore --tiered

  # 创建模块模板
      abp new Acme.BookStore.Payment -t mvc-module
 
  Creating MVC template on the error

  

 

 

  Tip error: Can not find the template with the given name: MVC module

2. Open the project root directory to find the file extensions .sln 

  Hold down the control key + up visit,? Open hidden files

  

  

 

 

Open you can see our new good projects

Guess you like

Origin www.cnblogs.com/Aice/p/11601233.html