项目作者: chuyinweilai

项目描述 :
精简的antd-pro
高级语言: JavaScript
项目地址: git://github.com/chuyinweilai/antd-pro-simple.git
创建时间: 2019-01-16T10:42:56Z
项目社区:https://github.com/chuyinweilai/antd-pro-simple

开源协议:MIT License

下载


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

Ant Design Pro



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

CircleCI Status
Build status
Dependencies
DevDependencies
Gitter(🇺🇸)
Gitter(🇨🇳)




2.0 Released Now! 🎉🎉🎉

Announcing Ant Design Pro 2.0.0

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

  1. - Dashboard
  2. - Analytic
  3. - Monitor
  4. - Workspace
  5. - Form
  6. - Basic Form
  7. - Step Form
  8. - Advanced From
  9. - List
  10. - Standard Table
  11. - Standard List
  12. - Card List
  13. - Search List (Project/Applications/Article)
  14. - Profile
  15. - Simple Profile
  16. - Advanced Profile
  17. - Account
  18. - Account Center
  19. - Account Settings
  20. - Result
  21. - Success
  22. - Failed
  23. - Exception
  24. - 403
  25. - 404
  26. - 500
  27. - User
  28. - Login
  29. - Register
  30. - Register Result

Usage

Use bash

  1. $ git clone https://github.com/ant-design/ant-design-pro.git --depth=1
  2. $ cd ant-design-pro
  3. $ npm install
  4. $ npm start # visit http://localhost:8000

Use by docker

  1. # preview
  2. $ docker pull antdesign/ant-design-pro
  3. $ docker run -p 80:80 antdesign/ant-design-pro
  4. # open http://localhost
  5. # dev
  6. $ npm run docker:dev
  7. # build
  8. $ npm run docker:build
  9. # production dev
  10. $ npm run docker-prod:dev
  11. # production build
  12. $ 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.