Skip to content
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Use Ant Design like a Pro!
Branch: master
Clone or download
erdemkeren and chenshuai2144 requestAnimationFrame optimization (#4115)
* requestAnimationFrame optimization

Optimizes animation by doing the following changes:

- Moves offsetWidth, innerWidth like expensive calculations out of requestAnimationFrame
- Adds menu mode change control before requesting the animation frame

* fix: Uses object destructuring to read state property
Latest commit 03db649 May 2, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
config add source map in site (#4059) Apr 24, 2019
docker Add Loading (#4055) Apr 28, 2019
lambda use netlify functions (#3961) Apr 10, 2019
mock remove serve authRoutes (#3946) Apr 10, 2019
public chore: Replace the images with base64 (#4057) Apr 24, 2019
scripts prettier md Apr 22, 2019
src requestAnimationFrame optimization (#4115) May 2, 2019
tests fix test (#4065) Apr 24, 2019
.dockerignore add preview use docker (#2890) Nov 17, 2018
.editorconfig remove unnecessary 'x' permission of some configuration files Aug 28, 2018
.eslintignore fix #3923, eslint igrone lambda Apr 7, 2019
.eslintrc.js fix lint style Apr 18, 2019
.gitignore use netlify functions (#3882) Apr 2, 2019
.gitpod.yml Added gitpod config (#3349) Jan 11, 2019
.prettierignore prettier md Apr 22, 2019
.prettierrc prettier md Apr 22, 2019
.stylelintrc.json Enhance stylelint rules, fix propTypes error of TagSelect (#3518) Feb 12, 2019
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Oct 23, 2017
Dockerfile use node:latest-browsers images (#2966) Nov 25, 2018
Dockerfile.dev add docker support (#2459) Oct 7, 2018
Dockerfile.hub add preview use docker (#2890) Nov 17, 2018
LICENSE Update date in LICENSE (#3280) Jan 3, 2019
README.ja-JP.md [Fix] miss transration (#3943) Apr 10, 2019
README.md ja-JP README (#3931) Apr 9, 2019
README.ru-RU.md ja-JP README (#3931) Apr 9, 2019
README.tr-TR.md ja-JP README (#3931) Apr 9, 2019
README.zh-CN.md ja-JP README (#3931) Apr 9, 2019
azure-pipelines.yml feat: win add test script (#3845) Apr 2, 2019
jest-puppeteer.config.js feat: win add test script (#3845) Apr 2, 2019
jest.config.js fix test (#4065) Apr 24, 2019
jsconfig.json use new alias @ which default set in umi Aug 23, 2018
netlify.toml use netlify functions (#3961) Apr 10, 2019
package.json Add Loading (#4055) Apr 28, 2019
tsconfig.json use netlify functions (#3882) Apr 2, 2019
tslint.json support use typescript Oct 22, 2018

README.md

English | ็ฎ€ไฝ“ไธญๆ–‡ | ะ ัƒััะบะธะน | Tรผrkรงe | ๆ—ฅๆœฌ่ชž

Ant Design Pro

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

Build With Umi Build Status Dependencies DevDependencies Gitter Join the chat at https://gitter.im/ant-design/ant-design-pro Netlify Status

2.0 Released Now! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Announcing Ant Design Pro 2.0.0

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/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

$ 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

Use by docker

# preview
$ docker pull antdesign/ant-design-pro
$ docker run -p 80:80 antdesign/ant-design-pro
# open http://localhost

# dev
$ npm run docker:dev

# build
$ npm run docker:build


# production dev
$ npm run docker-prod:dev

# production build
$ npm run docker-prod:build

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.
You canโ€™t perform that action at this time.