👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Go to file
2024-10-09 18:26:15 +08:00
.github Delete .github/workflows/codeql.yml 2024-10-09 11:39:19 +08:00
.husky chore: upgrade workflows (#11356) 2024-10-09 10:35:27 +08:00
config feat: enable mako (#11326) 2024-10-09 11:57:17 +08:00
mock chore: prettier code, lint, test case (#11323) 2024-08-30 21:53:08 +08:00
public fix: 解决首次加载时白屏的问题 (#10347) 2022-12-28 10:47:24 +08:00
src fix: title={false} should work in login page (#11364) 2024-10-09 18:26:15 +08:00
tests feat: 升级到 antd@5 (#10377) 2022-12-13 10:45:08 +08:00
types chore: update typescript 2023-01-13 15:16:45 +08:00
.commitlintrc.js chore: upgrade workflows (#11356) 2024-10-09 10:35:27 +08:00
.editorconfig remove unnecessary 'x' permission of some configuration files 2018-08-28 17:43:41 +08:00
.eslintignore 🎨 chore: fix eslint error 2020-11-02 19:49:43 +08:00
.eslintrc.js feat: 升级到 antd@5 (#10377) 2022-12-13 10:45:08 +08:00
.gitignore feat: 升级到 antd@5 (#10377) 2022-12-13 10:45:08 +08:00
.lintstagedrc chore: pnpm => bun (#11358) 2024-10-09 11:35:55 +08:00
.prettierignore fix: 使用6.0模板发现的一些问题 (#10033) 2022-07-18 10:52:16 +08:00
.prettierrc.js feat: 升级到 antd@5 (#10377) 2022-12-13 10:45:08 +08:00
CODE_OF_CONDUCT.md script: use default prettier 2019-06-05 19:38:59 +08:00
jest.config.ts chore: prettier code, lint, test case (#11323) 2024-08-30 21:53:08 +08:00
jsconfig.json 修复vscode点击代码引用不会跳转到组件 (#9104) 2021-09-17 14:41:31 +08:00
LICENSE fix: add present to LICENSE (#10092) 2022-08-02 02:10:57 +08:00
package.json chore: remove unused devDeps 2024-10-09 11:45:06 +08:00
README.ar-DZ.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.es-ES.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.fr-FR.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.ja-JP.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.pt-BR.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.ru-RU.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.tr-TR.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
README.zh-CN.md docs: remove invalid link 2024-10-09 11:48:51 +08:00
tsconfig.json feat: 升级到 antd@5 (#10377) 2022-12-13 10:45:08 +08:00

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

Ant Design Pro

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

Node CI Preview Deploy Build With Umi

5.0 is out! 🎉🎉🎉

Ant Design Pro 5.0.0

Translation Recruitment 📢

We need your help: https://github.com/ant-design/ant-design-pro/issues/120

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

select umi version

🐂 Use umi@4 or umi@3 ? (Use arrow keys)
❯ umi@4
  umi@3

If the umi@4 version is selected, full blocks are not yet supported.

If you choose umi@3, you can also choose the pro template. Pro 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.