👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
dependabot[bot] 3aa9572299
chore(deps): bump @ant-design/icons from 5.6.1 to 6.1.0 (#11565)
6 days ago
.github revert to bun 2 weeks ago
.husky chore: merge v6-full-edition to all-blocks 5 months ago
config chore: remove esbuildMinifyIIFE config option 2 weeks ago
mock refactor: simplify routes and remove unused account pages 5 months ago
public chore: merge v6-full-edition to all-blocks 5 months ago
src fix: update snapshot and add ResizeObserver mock 2 weeks ago
tests fix: update snapshot and add ResizeObserver mock 2 weeks ago
types refactor: simplify routes and remove unused account pages 5 months ago
.commitlintrc.js chore: merge v6-full-edition to all-blocks 5 months ago
.editorconfig remove unnecessary 'x' permission of some configuration files 7 years ago
.gitignore chore: update gitignore and config for turbopack integration 2 weeks ago
.lintstagedrc chore: fix biome config 5 months ago
.npmrc chore: merge v6-full-edition to all-blocks 5 months ago
CODE_OF_CONDUCT.md script: use default prettier 7 years ago
LICENSE fix: add present to LICENSE (#10092) 3 years ago
README.ar-DZ.md docs: update READMEs (#11538) 5 months ago
README.es-ES.md docs: update READMEs (#11538) 5 months ago
README.fr-FR.md docs: update READMEs (#11538) 5 months ago
README.ja-JP.md docs: update READMEs (#11538) 5 months ago
README.md Add contribution leaderboard to README 2 months ago
README.pt-BR.md docs: update READMEs (#11538) 5 months ago
README.ru-RU.md docs: update READMEs (#11538) 5 months ago
README.tr-TR.md docs: update READMEs (#11538) 5 months ago
README.zh-CN.md docs: fix readme umi version (#11534) 5 months ago
biome.json chore(deps-dev): bump jest-environment-jsdom from 29.7.0 to 30.0.5 (#11544) 4 months ago
jest.config.ts fix: biome schema and errors (#11518) 5 months ago
package.json Update package.json 2 weeks ago
tsconfig.json chore: merge v6-full-edition to all-blocks 5 months ago

README.md

Language: 🇺🇸 | 🇨🇳 | 🇷🇺 | 🇹🇷 | 🇯🇵 | 🇫🇷 | 🇵🇹 | 🇸🇦 | 🇪🇸

Ant Design Pro

An out-of-box UI solution for enterprise applications as a React boilerplate.

CI Preview Deploy Build With Umi Checked with Biome

light theme preview dark theme preview

Features

  • 💡 TypeScript: A language for application-scale JavaScript
  • 📜 Blocks: Build page with block template
  • 💎 Neat Design: Follow Ant Design specification
  • 📐 Common Templates: Typical templates for enterprise applications
  • 🚀 State of The Art Development: Newest development stack of React/umi/dva/antd
  • 📱 Responsive: Designed for variable screen sizes
  • 🎨 Theming: Customizable theme with simple config
  • 🌐 International: Built-in i18n solution
  • ⚙️ Best Practices: Solid workflow to make your code healthy
  • 🔢 Mock development: Easy to use mock development solution
  • UI Test: Fly safely with unit and e2e tests

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

Use bash

We provide pro-cli to quickly initialize scaffolding.

# use npm
npm i @ant-design/pro-cli -g
pro create myapp

Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template.

? 🚀 Full or a simple scaffold? (Use arrow keys)
❯ simple
  complete

Initialized Git repository:

$ git init myapp

Install dependencies:

$ cd myapp && tyarn
// or
$ cd myapp && npm install

Browsers support

Modern browsers.

Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Edge last 2 versions last 2 versions last 2 versions last 2 versions

Contributing

Any type of contribution is welcome, here are some examples of how you may contribute to this project:

  • Use Ant Design Pro in your daily work.
  • Submit issues to report bugs or ask questions.
  • Propose pull requests to improve our code.
Contribution Leaderboard