Tidak Ada Deskripsi

陈帅 6180e59cdb handcode and use Automatically closed menu 7 tahun lalu
.circleci ade5cbba31 add circleci support 7 tahun lalu
config 6180e59cdb handcode and use Automatically closed menu 7 tahun lalu
functions 3def673b98 up firebase-functions version 7 tahun lalu
mock ae2a58d031 rebase and fix review issue 7 tahun lalu
public 0d2a250e0d remove public/sample.js 8 tahun lalu
scripts e37787a224 upgrade merge-umi-mock-data version 7 tahun lalu
src 6180e59cdb handcode and use Automatically closed menu 7 tahun lalu
tests ee9787eb51 Fix npm test output 7 tahun lalu
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo 8 tahun lalu
.eslintignore 8cf518a865 use airbnb eslint config and fix some rule 7 tahun lalu
.eslintrc.js b9d2ec9572 fix eslintrc 7 tahun lalu
.firebaserc f903f9aeaa support_firebase 7 tahun lalu
.ga 7272fd60fa indent => 2 7 tahun lalu
.gitignore f9a06d9f68 update umi config by setting polyfill to IE11 and enable dynamicImport 7 tahun lalu
.prettierignore 28310e16d1 remove webpackrc to config/config.js 7 tahun lalu
.prettierrc 6ef237e517 merge master 7 tahun lalu
.stylelintrc.json 962c1d77ca renew stylelintrc.json 7 tahun lalu
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md 8 tahun lalu
LICENSE cc37cabad4 2017 => 2018 8 tahun lalu
README.md 11df35979f update browser support table 7 tahun lalu
README.ru-RU.md 11df35979f update browser support table 7 tahun lalu
README.zh-CN.md 11df35979f update browser support table 7 tahun lalu
appveyor.yml f4e8f45d9e Roll back appveyor.yml 7 tahun lalu
firebase.json 3c1cfabf26 Optimization: chnage firebase site script 7 tahun lalu
jest.config.js 54b25eafe2 test: fix tests by adding testURL to jest configuration 7 tahun lalu
jsconfig.json 81895705d9 use new alias @ which default set in umi 7 tahun lalu
package.json 6180e59cdb handcode and use Automatically closed menu 7 tahun lalu

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.