Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into dev

pull/1730/head
TheDiaval 7 years ago
parent
commit
90fb140b6a
  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