👨🏻‍💻👩🏻‍💻 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.
 
 
 

3.5 KiB

Ant Design Pro

Out-of-box enterprise-level React application framework.

CI GitHub release Build With Utoo Build With Umi Checked with Biome React Review Ant Design

🇺🇸 English | 🇨🇳 中文

light theme dark theme

Features

  • TypeScript — Full type safety out of the box
  • Ant Design 6 — Enterprise-grade UI components
  • Umi Max 4 — Convention-over-configuration framework with utoopack
  • React 19 — Latest React with concurrent features
  • Tailwind CSS v4 + antd-style — Flexible theming with CSS tokens
  • Internationalization — Built-in i18n for 8 locales
  • Mock Development — Co-located mock files for rapid prototyping
  • AI Assistant — Built-in chatbot page powered by Ant Design X
  • Best Practices — Biome linting, unit & e2e tests, CI/CD ready

Templates

Dashboard (Analysis, Monitor, Workplace) · Form (Basic, Step, Advanced) · List (Search, Table, Basic, Card) · Profile (Basic, Advanced) · Result (Success, Fail) · Exception (403, 404, 500) · Account (Center, Settings) · AI Assistant · User (Login, Register)

Quick Start

# Clone the repository
git clone --depth=1 https://github.com/ant-design/ant-design-pro.git myapp
cd myapp

# Install dependencies
npm install

# Start development server
npm start

To get a minimal version without the demo pages:

npm run simple

Note: npm run simple is irreversible — it permanently deletes demo files.

Build

npm run build

Contributing

We welcome all contributions. Please submit issues for bugs or questions, or open pull requests to improve the code.

Contribution Leaderboard