ci4sManagement-cloud/react-ui
cp3hnu c3763d1a42 feat: 保留一份原有的登录 2024-11-06 15:23:39 +08:00
..
.github 前端 2024-01-05 15:03:48 +08:00
.husky 前端 2024-01-05 15:03:48 +08:00
config Merge pull request '合并zw-oauth分支到dev-lhz' (#139) from zw-oauth into dev-lhz 2024-11-06 11:07:34 +08:00
mock feat: 实验对比添加横向滑动 2024-07-01 11:47:17 +08:00
public fix: 解决字体跳跃的问题 2024-10-12 17:29:44 +08:00
src feat: 保留一份原有的登录 2024-11-06 15:23:39 +08:00
tests 前端 2024-01-05 15:03:48 +08:00
types 前端 2024-01-05 15:03:48 +08:00
.editorconfig 前端 2024-01-05 15:03:48 +08:00
.eslintignore 前端 2024-01-05 15:03:48 +08:00
.eslintrc.js style: 格式化代码 2024-04-07 14:03:22 +08:00
.gitignore 1、修改文件上传路径 2024-09-10 15:14:47 +08:00
.npmrc feat: 实验对比添加上拉加载更多 2024-10-22 09:47:17 +08:00
.prettierignore 前端 2024-01-05 15:03:48 +08:00
.prettierrc.js 前端 2024-01-05 15:03:48 +08:00
CODE_OF_CONDUCT.md 前端 2024-01-05 15:03:48 +08:00
LICENSE 前端 2024-01-05 15:03:48 +08:00
README.md 前端 2024-01-05 15:03:48 +08:00
jest.config.ts chore: 整理log 2024-07-11 16:33:22 +08:00
package.json feat: 实验对比添加上拉加载更多 2024-10-22 09:47:17 +08:00
tsconfig.json feat: 开发环境编辑器使用iframe 2024-06-24 16:56:36 +08:00

README.md

Language : 🇺🇸 | 🇨🇳 | 🇷🇺 | 🇹🇷 | 🇯🇵 | 🇫🇷 | 🇵🇹 | 🇸🇦

Ant Design Pro

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

Build Status Github Action Deploy

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

5.0 is out! 🎉🎉🎉

Ant Design Pro 5.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

We provide pro-cli to quickly initialize scaffolding.

# use npm
npm i @ant-design/pro-cli -g
pro create myapp

select umi version

🐂 Use umi@4 or umi@3 ? (Use arrow keys)
 umi@4
  umi@3

If the umi@4 version is selected, full blocks are not yet supported.

If you choose umi@3, you can also choose the pro template. Pro is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template.

? 🚀 Full or a simple scaffold? (Use arrow keys)
 simple
  complete

Install dependencies:

$ cd myapp && tyarn
// or
$ cd myapp && npm install

Browsers support

Modern browsers.

Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
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.