https://github.com/ant-design-blazor/ant-design-pro-blazor
đ¨đģâđģđŠđģâđģ An out-of-box UI solution for enterprise applications as a Blazor boilerplate.
https://github.com/ant-design-blazor/ant-design-pro-blazor
admin ant-design ant-design-blazor ant-design-pro blazor blazor-boilerplate blazor-components
Last synced: about 1 month ago
JSON representation
đ¨đģâđģđŠđģâđģ An out-of-box UI solution for enterprise applications as a Blazor boilerplate.
- Host: GitHub
- URL: https://github.com/ant-design-blazor/ant-design-pro-blazor
- Owner: ant-design-blazor
- License: apache-2.0
- Created: 2020-05-07T06:15:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:27:13.000Z (4 months ago)
- Last Synced: 2025-05-10T21:35:21.137Z (about 1 month ago)
- Topics: admin, ant-design, ant-design-blazor, ant-design-pro, blazor, blazor-boilerplate, blazor-components
- Language: HTML
- Homepage: https://pro.antblazor.com/
- Size: 254 MB
- Stars: 803
- Watchers: 34
- Forks: 137
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | [įŽäŊ䏿](./README.zh-CN.md)
Ant Design Pro Blazor
An out-of-box UI solution for enterprise applications as a Blazor boilerplate.

## 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
```bash
dotnet new -i AntDesign.Templates
```### Uninstall template (If you have installed it)
```bash
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 | `webapp` \| `wasm` \| `server` | `webapp` |
| `--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
```bash
## You can override an existing project with the --force
dotnet new antdesign --host webapp --force
```