Blazor-ant-design-pro-blazor
[删除(380066935@qq.com或微信通知)]
Ant Design Pro Blazor
An out-of-box UI solution for enterprise applications as a Blazor boilerplate.
Templates
Install Template
dotnet new -i AntDesign.Templates
Uninstall template (If you have installed it)
dotnet new -u AntDesign.Templates
Options for the template
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
Override Existing Project
## You can override an existing project with the --force
dotnet new antdesign --host wasm --force