Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arco-design/arco-design-pro
An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design.
https://github.com/arco-design/arco-design-pro
arco-design arco-design-pro boilerplate pro react template
Last synced: 3 days ago
JSON representation
An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design.
- Host: GitHub
- URL: https://github.com/arco-design/arco-design-pro
- Owner: arco-design
- License: mit
- Created: 2021-10-25T04:09:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T06:47:55.000Z (9 months ago)
- Last Synced: 2025-01-09T18:40:31.373Z (12 days ago)
- Topics: arco-design, arco-design-pro, boilerplate, pro, react, template
- Language: TypeScript
- Homepage: https://pro.arco.design
- Size: 2.26 MB
- Stars: 492
- Watchers: 5
- Forks: 98
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-arco - Arco Pro React - An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design React. (Boilerplates / React)
- awesome-react - Arco Design Pro - A solution to quickly building applications.Based on Arco Design and its ecological products. Pro provides rich examples and best practices, aiming to provide users with reference and ideas for use.. (Uncategorized / Uncategorized)
- awesome-react - Arco Design Pro - A solution to quickly building applications.Based on Arco Design and its ecological products. Pro provides rich examples and best practices, aiming to provide users with reference and ideas for use.. (Uncategorized / Uncategorized)
README
Arco Design Pro
An out-of-the-box solution to quickly build enterprise-level applications based on [Arco Design](https://arco.design/).
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arco-design/arco-design-pro/blob/main/LICENSE)
English | [简体中文](./README.zh-CN.md)
![f769c408-adf4-4a85-b4a5-cc0d7e7f29ef](https://user-images.githubusercontent.com/19399269/148364725-b7a36383-04a9-4d67-87a4-91e970d0d083.gif)
## ✨ Features
- **TypeScript** - The code is completely written in TypeScript
- **Arco Design** - Powered by [ArcoDesign React](https://github.com/arco-design/arco-design) component library
- **Templates** - 16+ page templates, covering tables, lists, forms, dashboard, visualization and other scenes.
- **Themes** - Based on the rich theme market of [DesignLab](https://arco.design/themes), make your projects ever-changing.
- **Dark Theme** - Switch to dark theme with one click.
- **Mock** - Built-in API simulation solution
- **Flexible** - Flexible multi-architecture solution, support [next.js](https://github.com/vercel/next.js) / [vite](https://github.com/vitejs/vite) / [cra](https://github.com/facebook/create-react-app) and other development frameworks
- **I18n** - Built-in internationalized multi-language solution
- **Config** - Flexible configuration of page color, layout, etc## 🔥 Multi-architecture solution
In essence, a Pro project is a set of project templates. The common pro project templates on the market generally have a fixed selection and structure, so that if users want to modify the structure themselves, the cost will be relatively high.
Therefore, the Arco Pro v2 version has designed a set of multi-architecture solutions that can output pro templates of multiple architectures on the basis of maximizing code reuse.
![2c7d7cf6-75a8-4014-bc9c-c9999e006c3b](https://user-images.githubusercontent.com/19399269/148364848-bd19d06c-6ca4-4faf-abbf-671ebb05e680.png)
## 🌈 Usage
```bash
$ npm i @arco-design/arco-cli@latest yarn -g$ arco init my-project
```## 💎 Changelog
- [English Version](https://github.com/arco-design/arco-design-pro/blob/main/docs/changelog.md)
- [Chinese Version](https://github.com/arco-design/arco-design-pro/blob/main/docs/changelog.zh-CN.md)
## LICENSE
[MIT](./LICENSE) © [ArcoDesign](https://arco.design)