Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T06:50:28.000Z (21 days ago)
- Last Synced: 2025-01-17T12:00:50.763Z (13 days ago)
- Topics: admin, ant-design, ant-design-blazor, ant-design-pro, blazor, blazor-boilerplate, blazor-components
- Language: HTML
- Homepage: https://pro.antblazor.com/
- Size: 231 MB
- Stars: 782
- Watchers: 35
- Forks: 135
- 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.
![](https://user-images.githubusercontent.com/8186664/44953195-581e3d80-aec4-11e8-8dcb-54b9db38ec11.png)
## 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
```