Home

Awesome

English | 简体中文

<h1 align="center">Ant Design Pro Blazor</h1> <div align="center">

An out-of-box UI solution for enterprise applications as a Blazor boilerplate.

</div>

Templates

- 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

Usage

Install Template

dotnet new -i AntDesign.Templates

Uninstall template (If you have installed it)

dotnet new -u AntDesign.Templates

Options for the template

OptionsDescriptionTypeDefault
--fullIf specified, generates all pages of Ant Design Proboolfalse
--hostSpecify the hosting modelwebapp | wasm | serverwebapp
--stylesWhether use NodeJS and Less to compile your custom themes.css | lesscss
--no-restoreIf specified, skips the automatic restore of the project on createboolfalse

Override Existing Project

## You can override an existing project with the --force
dotnet new antdesign --host webapp --force