Browse Source

Update Module.md

pull/1730/head
maliming 7 years ago
parent
commit
e6bb45aff3
  1. 2
      docs/en/Startup-Templates/Module.md

2
docs/en/Startup-Templates/Module.md

@ -25,7 +25,7 @@ abp new Acme.IssueManagement -t module
The template comes with an MVC UI by default. You can use `--no-ui` option to not include the UI layer.
````bash
abp new Acme.IssueManagement -t mvc-module --no-ui
abp new Acme.IssueManagement -t module --no-ui
````
## Solution Structure

Loading…
Cancel
Save