From 5c5003a76e76174e7c38a17aa6e284d52a4812bb Mon Sep 17 00:00:00 2001 From: xyfy Date: Sat, 11 Apr 2020 10:33:29 +0800 Subject: [PATCH] Update Part-1.md As shown in the following figure, if the mobile project is not generated, you should add the parameters --- docs/en/Tutorials/Part-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md index 20b64f3189..260e4515cf 100644 --- a/docs/en/Tutorials/Part-1.md +++ b/docs/en/Tutorials/Part-1.md @@ -41,7 +41,7 @@ Create a new project named `Acme.BookStore` where `Acme` is the company name and By running the below command, it creates a new ABP Commercial project with the database provider `{{DB_Text}}` and UI option `MVC`. To see the other CLI options, check out [ABP CLI](https://docs.abp.io/en/abp/latest/CLI) document. ```bash -abp new Acme.BookStore --template app --database-provider {{DB}} --ui {{UI_Text}} +abp new Acme.BookStore --template app --database-provider {{DB}} --ui {{UI_Text}} --mobile none ``` ![Creating project](./images/bookstore-create-project-{{UI_Text}}.png)