通用算法平台前端仓库
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
donghao b4e53f8544 feat: 登录相关问题修复 10 months ago
.husky feat: 通用算法平台2.0合并首次提交 1 year ago
config feat: 设备状态,节点模型部署模块完成联调 10 months ago
mock feat: 登录相关问题修复 10 months ago
public feat: 初始化算力中心 11 months ago
src feat: 登录相关问题修复 10 months ago
tests first commit 2 years ago
types feat: 企业管理模块接口对接完成 11 months ago
.editorconfig first commit 2 years ago
.env first commit 2 years ago
.env.development first commit 2 years ago
.env.production first commit 2 years ago
.eslintignore first commit 2 years ago
.eslintrc.js feat: 通用算法平台2.0合并首次提交 1 year ago
.gitignore feat: 通用算法平台2.0合并首次提交 1 year ago
.prettierignore first commit 2 years ago
.prettierrc.js first commit 2 years ago
CODE_OF_CONDUCT.md feat: 通用算法平台2.0合并首次提交 1 year ago
LICENSE feat: 通用算法平台2.0合并首次提交 1 year ago
README.ar-DZ.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.es-ES.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.fr-FR.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.ja-JP.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.pt-BR.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.ru-RU.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.tr-TR.md feat: 通用算法平台2.0合并首次提交 1 year ago
README.zh-CN.md feat: 通用算法平台2.0合并首次提交 1 year ago
jest.config.ts feat: 通用算法平台2.0合并首次提交 1 year ago
jsconfig.json feat: 通用算法平台2.0合并首次提交 1 year ago
package.json feat: 设备和服务器静态交互完成 12 months ago
pnpm-lock.yaml feat: 通用算法平台2.0合并首次提交 1 year ago
postcss.config.js feat: 通用算法平台2.0合并首次提交 1 year ago
tailwind.config.js feat: 通用算法平台2.0合并首次提交 1 year ago
tsconfig.json feat: 通用算法平台2.0合并首次提交 1 year ago

README.md

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

Ant Design Pro

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

Build Status Github Action Preview 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

Initialized Git repository:

$ git init myapp

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.