Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```