👨🏻‍💻👩🏻‍💻 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.
 
 
 
陈帅 0dc5822097 up version to 1.4.0 8 years ago
.circleci add circleci support 8 years ago
mock support perttier 8 years ago
public remove public/sample.js 8 years ago
src doc:Modify the error of the document 8 years ago
tests Fix ci privilege bug 8 years ago
.babelrc.js fix ci 8 years ago
.editorconfig Extract scaffold to independent git repo 9 years ago
.eslintrc.js fix some eslint error 8 years ago
.ga change .ga code 9 years ago
.gitignore Features: add buttonText on Login.Captcha 8 years ago
.prettierignore add ejs file to .prettierignore 8 years ago
.prettierrc support perttier 8 years ago
.roadhogrc.mock.js support perttier 8 years ago
.stylelintrc support perttier 8 years ago
.travis.yml Add build to travis ci (#565) 8 years ago
.webpackrc.js Optimization: delete externals 8 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 9 years ago
LICENSE 2017 => 2018 8 years ago
README.md update browser support table 8 years ago
README.ru-RU.md update browser support table 8 years ago
README.zh-CN.md update browser support table 8 years ago
appveyor.yml Fast finish for ci 8 years ago
jest.config.js test: fix tests by adding testURL to jest configuration 8 years ago
jsconfig.json vscode support alias 8 years ago
package.json up version to 1.4.0 8 years ago

README.md

Русский | English | 简体中文

Ant Design Pro

Build status Dependencies DevDependencies Gitter

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

Translation Recruitment 📢

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

Features

  • 💎 Neat Design: Follow Ant Design specification
  • 📐 Common Templates: Typical templates for enterprise applications
  • 🚀 State of The Art Development: Newest development stack of React/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
- Result
  - Success
  - Failed
- Exception
  - 403
  - 404
  - 500
- User
  - Login
  - Register
  - Register Result

Usage

$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1
$ cd ant-design-pro
$ npm install
$ npm start         # visit http://localhost:8000

Or you can use the command tool: ant-design-pro-cli

$ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo
$ pro new

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.