remove extra space (#4579)
ๅๅณ authored
* remove extra space

* Update fetch-blocks.js
b6785541
Name Last commit Last update
config fix ts file error for eslint (#4336)
docker script: use default prettier
lambda script: use default prettier
mock [v4] transform typescript (#3702)
public chore: Replace the images with base64 (#4057)
scripts remove extra space (#4579)
src remove extra space (#4579)
tests fix ts file error for eslint (#4336)
.dockerignore add preview use docker (#2890)
.editorconfig remove unnecessary 'x' permission of some configuration files
.eslintignore Merge branch 'master' into v4
.eslintrc.js fix ts file error for eslint (#4336)
.gitignore fix ts file error for eslint (#4336)
.gitpod.yml script: use default prettier
.prettierignore fix ts file error for eslint (#4336)
.prettierrc.js fix ts file error for eslint (#4336)
.stylelintrc.js fix ts file error for eslint (#4336)
CODE_OF_CONDUCT.md script: use default prettier
Dockerfile use node:latest-browsers images (#2966)
Dockerfile.dev Fix warnings and details (#4209)
Dockerfile.hub add preview use docker (#2890)
LICENSE Update date in LICENSE (#3280)
README.fr-FR.md script: use default prettier
README.ja-JP.md script: use default prettier
README.md script: use default prettier
README.ru-RU.md
README.tr-TR.md
README.zh-CN.md
azure-pipelines.yml
jest-puppeteer.config.js
jest.config.js
jsconfig.json
netlify.toml
package.json
tsconfig.json

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

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

4.0 Released Now! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Announcing Ant Design Pro 4.0.0

Translation Recruitment ๐Ÿ“ข

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

Features

  • ๐Ÿ’ก TypeScript: A language for application-scale JavaScript
  • ๐Ÿ“œ Blocks: Build page with block template
  • ๐Ÿ’Ž 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

$ yarn create umi  # or npm create umi

# Choose ant-design-pro:
 Select the boilerplate type (Use arrow keys)
โฏ ant-design-pro  - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
  app             - Create project with a simple boilerplate, support typescript.
  block           - Create a umi block.
  library         - Create a library with umi.
  plugin          - Create a umi plugin.

$ npm install
$ npm start         # visit http://localhost:8000

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 / EdgeIE / Edge FirefoxFirefox ChromeChrome 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.