Browse Source

Merge pull request #23048 from abpframework/auto-merge/rel-9-2/3774

Merge branch dev with rel-9.2
pull/23053/head
maliming 10 months ago
committed by GitHub
parent
commit
3582166db5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/get-started/maui.md

4
docs/en/get-started/maui.md

@ -13,9 +13,11 @@ dotnet tool install -g Volo.Abp.Studio.Cli
Then use the `abp new` command in an empty folder to create a new solution:
````bash
abp new Acme.MyMauiApp -t maui
abp new Acme.MyMauiApp -t maui --old
````
> **Note**: Since this startup template is not provided by the new ABP Studio Templates yet, you need to pass the `--old` parameter at the end of the command to use the old CLI & templating system for this startup template.
`Acme.MyMauiApp` is the solution name, like *YourCompany.YourProduct*. You can use single level, two-levels or three-levels naming.
## Solution Structure

Loading…
Cancel
Save