👨🏻‍💻👩🏻‍💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.
Перейти к файлу
James Yeung 2e89a99410
Update AntDesign 1.0.0 (#202)
2024-11-03 00:26:18 +08:00
.github check not full 2024-08-23 16:19:32 +08:00
.template.config Update AntDesign 1.0.0 (#202) 2024-11-03 00:26:18 +08:00
src/AntDesign.Pro Update AntDesign 1.0.0 (#202) 2024-11-03 00:26:18 +08:00
.gitattributes feat: initial project (#2) 2020-07-13 14:24:27 +08:00
.gitignore feat: make the NodeJS dependency to optional (#93) 2021-08-22 19:24:12 +08:00
AntDesign.Pro.sln fix wasm missing mount (#184) 2024-07-09 12:34:03 +08:00
LICENSE Initial commit 2020-05-07 14:15:49 +08:00
README.md Add Blazor WebApp template with auto render mode (#180) 2024-06-19 23:04:58 +08:00
README.zh-CN.md Add Blazor WebApp template with auto render mode (#180) 2024-06-19 23:04:58 +08:00
logo.png feat: add all pages (#18) 2020-09-20 14:21:34 +08:00
package.json update AntDesign to 0.9.0 (#89) 2021-07-27 19:17:53 +08:00
templates.csproj chore: fix deploy staff for azure static web app (#46) 2020-11-27 12:57:31 +08:00

README.md

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

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