All Projects → ant-design-blazor → Ant Design Pro Blazor

ant-design-blazor / Ant Design Pro Blazor

Licence: apache-2.0
👨🏻‍💻👩🏻‍💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.

Projects that are alternatives of or similar to Ant Design Pro Blazor

React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+374.01%)
Mutual labels:  admin, ant-design
Vue Antd Admin
🐜 Ant Design Pro's implementation with Vue
Stars: ✭ 2,766 (+898.56%)
Mutual labels:  admin, ant-design
Dva Boot Admin
🍰 react admin dashboard ui LANIF-ADMIN --- react 16 + react-router 4 + dva 2 + antd 4 后台管理 脚手架
Stars: ✭ 1,553 (+460.65%)
Mutual labels:  admin, ant-design
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-73.65%)
Mutual labels:  admin, ant-design
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+4579.42%)
Mutual labels:  admin, ant-design
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-68.23%)
Mutual labels:  admin, ant-design
React Admin
🎉 A magical react admin
Stars: ✭ 149 (-46.21%)
Mutual labels:  admin, ant-design
Ant Design Pro Layout
🌃 Powerful and easy to use beautiful layout
Stars: ✭ 967 (+249.1%)
Mutual labels:  admin, ant-design
ToBeAdmin
beego 与 Ant Design Pro Vue 基础权限系统
Stars: ✭ 38 (-86.28%)
Mutual labels:  admin, ant-design
Vue Admin
基于and-design-vue的vue后台管理系统模板
Stars: ✭ 226 (-18.41%)
Mutual labels:  admin, ant-design
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+3859.57%)
Mutual labels:  admin, ant-design
vue-iview-admin-template
Vue 2.0 admin template based on View UI
Stars: ✭ 43 (-84.48%)
Mutual labels:  admin, ant-design
Ant Design Vue Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro!
Stars: ✭ 8,965 (+3136.46%)
Mutual labels:  admin, ant-design
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-67.51%)
Mutual labels:  admin, ant-design
Vue Admin Pro
Solution for company middle and backstage, written using the vue and nuxtjs
Stars: ✭ 48 (-82.67%)
Mutual labels:  admin, ant-design
Pearproject
pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作
Stars: ✭ 1,610 (+481.23%)
Mutual labels:  admin, ant-design
Smart Admin
SmartAdmin 使用 SpringBoot和Vue,前后端分离,我们希望用一套漂亮的代码和一套整洁的代码规范,让大家在这浮躁的代码世界里感受到一股把代码写好的清流!同时又让开发者节省大量的时间,减少加班,快乐工作,热爱生活。SmartAdmin 让你从认识到忘不了,绝对是你最想要的!
Stars: ✭ 930 (+235.74%)
Mutual labels:  admin, ant-design
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+11058.48%)
Mutual labels:  admin, ant-design
React Ant Admin
使用 ant-design react react-hook ts 开发的类 ant-design-pro 管理后台,具有完整的权限系统和配套的node + ts 的 api
Stars: ✭ 199 (-28.16%)
Mutual labels:  admin, ant-design
ng-antd-admin
A angular style Admin based on angular, ng-zorro-antd,Efforts to update in progress...
Stars: ✭ 53 (-80.87%)
Mutual labels:  admin, ant-design

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].