12 Star 77 Fork 20

Ant Design Blazor / ant-design-pro-blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.87 KB
一键复制 编辑 原始数据 按行查看 历史

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
C#
1
https://gitee.com/ant-design-blazor/ant-design-pro-blazor.git
git@gitee.com:ant-design-blazor/ant-design-pro-blazor.git
ant-design-blazor
ant-design-pro-blazor
ant-design-pro-blazor
master

搜索帮助