Skip to content

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป An out-of-box UI solution for enterprise applications as a Blazor boilerplate.

License

Notifications You must be signed in to change notification settings

DEVBOX10/ant-design-pro-blazor

This branch is 25 commits behind ant-design-blazor/ant-design-pro-blazor:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 23, 2022
Sep 19, 2022
Nov 23, 2022
Jul 13, 2020
Aug 22, 2021
Aug 20, 2020
May 7, 2020
Aug 22, 2021
Aug 22, 2021
Sep 20, 2020
Jul 27, 2021
Nov 27, 2020

Repository files navigation

English | ็ฎ€ไฝ“ไธญๆ–‡

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

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

About

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป An out-of-box UI solution for enterprise applications as a Blazor boilerplate.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.8%
  • C# 24.6%
  • Less 19.4%
  • Other 1.2%