We have provided the dotnet new template to create a Boilerplate project out of the box:
- Install .NET Core SDK 3.1.300 or later, .NET 5 is even better.
- Install the template:
dotnet new --install AntDesign.Templates
- Create the Boilerplate project with the template
dotnet new antdesign -o MyAntDesignApp
| Options | Description | Type | Default | |||
|---|---|---|---|---|---|---|
-f \ |
--full |
If specified, generates all pages of Ant Design Pro | bool | false | ||
-ho \ |
--host |
Specify the hosting model | 'wasm' \ | 'server' \ | 'hosted' | 'wasm' |
--no-restore |
If specified, skips the automatic restore of the project on create | bool | false |
