1 Star 0 Fork 1

寒月笑天 / ant-design-pro-blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
chaldea 提交于 2020-09-20 14:21 . feat: add all pages (#18)

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::0.1.0-*

Uninstall Template

dotnet new -u AntDesign.Templates

Create New Project

# Create an empty wasm project
dotnet new antdesign --host=wasm

# Create wasm project with full pages
dotnet new antdesign --host=wasm --full

# Create an empty server-side project
dotnet new antdesign --host=server

# Create server-side project with full pages
dotnet new antdesign --host=server --full

# Create an empty hosted project
dotnet new antdesign --host=hosted

# Create hosted project with full pages
dotnet new antdesign --host=hosted --full

Override Existing Project

## You can override an existing project with the --force
dotnet new antdesign --host=wasm --force
1
https://gitee.com/inlazy/ant-design-pro-blazor.git
git@gitee.com:inlazy/ant-design-pro-blazor.git
inlazy
ant-design-pro-blazor
ant-design-pro-blazor
master

搜索帮助