Go to file
陈帅 4df99f17be version: up dependencies version 2022-02-20 19:11:50 +08:00
.github 🌷 UI: alway set theme (#9458) 2021-12-22 16:21:23 +08:00
.vscode chore: add defaultFormatter set 2021-10-11 09:11:52 +08:00
config 🌷 UI: alway set theme (#9458) 2021-12-22 16:21:23 +08:00
docker 🥅 : remove netlify 2020-03-11 11:30:55 +08:00
mock fix: remove unuse rules 2021-12-20 15:25:43 +08:00
public ant design pro v5 发布 (#8642) 2021-07-01 15:13:09 +08:00
src refactor: modify the parameter type of `access` function (#9596) 2022-02-14 18:49:57 +08:00
tests fix: add serve exit code console 2022-02-11 15:50:11 +08:00
.dockerignore add preview use docker (#2890) 2018-11-17 10:14:31 +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: add environment variable REACT_APP_ENV (#5946) 2020-02-09 11:47:14 +08:00
.gitignore chore: add default settings and extensions 2021-10-10 23:36:41 +08:00
.gitpod.yml script: use default prettier 2019-06-05 19:38:59 +08:00
.prettierignore prettier ignore public 2020-08-26 13:41:09 +08:00
.prettierrc.js fix ts file error for eslint (#4336) 2019-06-18 10:51:40 +08:00
.stylelintrc.js fix ts file error for eslint (#4336) 2019-06-18 10:51:40 +08:00
CODE_OF_CONDUCT.md script: use default prettier 2019-06-05 19:38:59 +08:00
Dockerfile chore: use playwright (#9345) 2021-11-25 15:46:27 +08:00
Dockerfile.dev update https://registry.npm.taobao.org to https://registry.npmmirror.com (#9592) 2022-02-14 16:47:03 +08:00
Dockerfile.hub chore: use playwright (#9345) 2021-11-25 15:46:27 +08:00
LICENSE Update date in LICENSE (#3280) 2019-01-03 09:46:23 +08:00
README.ar-DZ.md change language names to countries' flags (#8353) 2021-04-15 11:14:13 +08:00
README.fr-FR.md change language names to countries' flags (#8353) 2021-04-15 11:14:13 +08:00
README.ja-JP.md change language names to countries' flags (#8353) 2021-04-15 11:14:13 +08:00
README.md chore: remove david badges 2022-02-16 19:14:52 +08:00
README.pt-BR.md change language names to countries' flags (#8353) 2021-04-15 11:14:13 +08:00
README.ru-RU.md change language names to countries' flags (#8353) 2021-04-15 11:14:13 +08:00
README.tr-TR.md change language names to countries' flags (#8353) 2021-04-15 11:14:13 +08:00
README.zh-CN.md docs: update readme 2021-07-02 10:43:57 +08:00
jest.config.js chore: use playwright (#9345) 2021-11-25 15:46:27 +08:00
jsconfig.json 修复vscode点击代码引用不会跳转到组件 (#9104) 2021-09-17 14:41:31 +08:00
package.json version: up dependencies version 2022-02-20 19:11:50 +08:00
playwright.config.ts chore: use playwright (#9345) 2021-11-25 15:46:27 +08:00
tsconfig.json chore: use playwright (#9345) 2021-11-25 15:46:27 +08:00

README.md

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

Ant Design Pro

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

Build Status Github Action Deploy

Gitter Join the chat at https://gitter.im/ant-design/ant-design-pro 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

$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi  # or npm create umi

# Choose ant-design-pro:
 Select the boilerplate type (Use arrow keys)
 ant-design-pro  - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
  app             - Create project with a simple boilerplate, support typescript.
  block           - Create a umi block.
  library         - Create a library with umi.
  plugin          - Create a umi plugin.

$ git init
$ npm install
$ npm start         # visit http://localhost:8000

Use Gitpod

Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.

Open in Gitpod

More instructions at documentation.

Browsers support

Modern browsers and IE11.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, 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.