Sem descrição

李元秋 df02748020 remove unnecessary 'x' permission of some configuration files 7 years atrás
.circleci ade5cbba31 add circleci support 7 years atrás
mock 645f7daf49 support perttier 7 years atrás
public 0d2a250e0d remove public/sample.js 8 years atrás
src 91e47a403e 修复 #1995 中 为了就近显示title而导致面包屑在未配置菜单的子路由时重复多次 7 years atrás
tests e7b603e882 Fix ci privilege bug 7 years atrás
.babelrc.js 3cfbae3b31 fix ci 7 years atrás
.editorconfig df02748020 remove unnecessary 'x' permission of some configuration files 7 years atrás
.eslintrc.js df02748020 remove unnecessary 'x' permission of some configuration files 7 years atrás
.ga ae1f594ff8 change .ga code 8 years atrás
.gitignore df02748020 remove unnecessary 'x' permission of some configuration files 7 years atrás
.prettierignore 2982d86992 add ejs file to .prettierignore 7 years atrás
.prettierrc 645f7daf49 support perttier 7 years atrás
.roadhogrc.mock.js 645f7daf49 support perttier 7 years atrás
.stylelintrc a2368883a5 use drawer repalce rc-drawer 7 years atrás
.travis.yml 84dd304e4d Add build to travis ci (#565) 8 years atrás
.webpackrc.js df02748020 remove unnecessary 'x' permission of some configuration files 7 years atrás
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md 8 years atrás
LICENSE cc37cabad4 2017 => 2018 8 years atrás
README.md 839cbb15bd add circleci label 7 years atrás
README.ru-RU.md a6aebc68f4 Fix a typo 7 years atrás
README.zh-CN.md 11df35979f update browser support table 7 years atrás
appveyor.yml cb88864b4e Fast finish for ci 7 years atrás
jest.config.js 54b25eafe2 test: fix tests by adding testURL to jest configuration 7 years atrás
jsconfig.json 484d71d8e1 vscode support alias 7 years atrás
package.json df02748020 remove unnecessary 'x' permission of some configuration files 7 years atrás

README.md

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

Ant Design Pro

CircleCI Status Dependencies DevDependencies Gitter

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

Translation Recruitment :loudspeaker:

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

Features

  • :gem: Neat Design: Follow Ant Design specification
  • :triangular_ruler: Common Templates: Typical templates for enterprise applications
  • :rocket: State of The Art Development: Newest development stack of React/dva/antd
  • :iphone: Responsive: Designed for variable screen sizes
  • :art: Theming: Customizable theme with simple config
  • :globe_with_meridians: International: Built-in i18n solution
  • :gear: Best Practices: Solid workflow to make your code healthy
  • :1234: Mock development: Easy to use mock development solution
  • :white_check_mark: 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 / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari OperaOpera 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.