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

valiantzhao/ant-design-pro-blazor

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

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

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 56.7%
  • C# 24.0%
  • Less 19.0%
  • JavaScript 0.3%