English | 简体中文
- Dashboard
- Analytic
- Monitor
- Workspace
- Form
- Basic Form
- Step Form
- Advanced From
- List
- Standard Table
- Standard List
- Card List
- Search List (Project/Applications/Article)
- Profile
- Simple Profile
- Advanced Profile
- Account
- Account Center
- Account Settings
- Result
- Success
- Failed
- Exception
- 403
- 404
- 500
- User
- Login
- Register
- Register Result
dotnet new -i AntDesign.Templates
dotnet new -u AntDesign.Templates
Options | Description | Type | Default |
---|---|---|---|
--full |
If specified, generates all pages of Ant Design Pro | bool | false |
--host |
Specify the hosting model | wasm | server | hosted |
wasm |
--styles |
Whether use NodeJS and Less to compile your custom themes. | css | less |
css |
--no-restore |
If specified, skips the automatic restore of the project on create | bool | false |
## You can override an existing project with the --force
dotnet new antdesign --host wasm --force