Нет описания

afc163 962c1d77ca renew stylelintrc.json 7 лет назад
.circleci ade5cbba31 add circleci support 7 лет назад
config d1144e448b Add doc link 7 лет назад
functions e2fda6ecae bugfix: fix site script 7 лет назад
mock ae2a58d031 rebase and fix review issue 7 лет назад
public 0d2a250e0d remove public/sample.js 8 лет назад
scripts e37787a224 upgrade merge-umi-mock-data version 7 лет назад
src 1f77cb58f9 Fix steps margin and text-align 7 лет назад
tests c6139e0332 disable dll and hard-source in test 7 лет назад
.babelrc.js 0e2cd76a41 fix default setting bug 7 лет назад
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo 8 лет назад
.eslintignore 8cf518a865 use airbnb eslint config and fix some rule 7 лет назад
.eslintrc.js 6d0a622fcd fix reveiw issue add consistent-return rule 7 лет назад
.firebaserc f903f9aeaa support_firebase 7 лет назад
.ga ae1f594ff8 change .ga code 8 лет назад
.gitignore f9a06d9f68 update umi config by setting polyfill to IE11 and enable dynamicImport 7 лет назад
.prettierignore 28310e16d1 remove webpackrc to config/config.js 7 лет назад
.prettierrc 6ef237e517 merge master 7 лет назад
.stylelintrc.json 962c1d77ca renew stylelintrc.json 7 лет назад
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md 8 лет назад
LICENSE cc37cabad4 2017 => 2018 8 лет назад
README.md 11df35979f update browser support table 7 лет назад
README.ru-RU.md 11df35979f update browser support table 7 лет назад
README.zh-CN.md 11df35979f update browser support table 7 лет назад
appveyor.yml f4e8f45d9e Roll back appveyor.yml 7 лет назад
firebase.json 3c1cfabf26 Optimization: chnage firebase site script 7 лет назад
jest.config.js 54b25eafe2 test: fix tests by adding testURL to jest configuration 7 лет назад
jsconfig.json 81895705d9 use new alias @ which default set in umi 7 лет назад
package.json 962c1d77ca renew stylelintrc.json 7 лет назад

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 :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.