https://github.com/quanxiang-cloud/one-for-all
Core packages for QuanXiang Cloud frontend. Including Artery Engine, Artery Renderer and Headless UI, etc.
https://github.com/quanxiang-cloud/one-for-all
lowcode react
Last synced: 5 months ago
JSON representation
Core packages for QuanXiang Cloud frontend. Including Artery Engine, Artery Renderer and Headless UI, etc.
- Host: GitHub
- URL: https://github.com/quanxiang-cloud/one-for-all
- Owner: quanxiang-cloud
- License: apache-2.0
- Created: 2022-01-12T09:59:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T08:03:59.000Z (over 1 year ago)
- Last Synced: 2024-10-20T19:21:07.543Z (over 1 year ago)
- Topics: lowcode, react
- Language: TypeScript
- Homepage:
- Size: 9.1 MB
- Stars: 21
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# One for All
A monorepo for low-code frontend core packages.
## Start
This project uses [Rush](https://rushjs.io/) as monorepo manager, you should install it first.
```bash
npm install -g @microsoft/rush
```
Run the following command to install all dependencies:
```bash
rush update
```
## Example
`cd packages/example` into example project, run `npm start`, open the default link [http://localhost:8080](http://localhost:8080) to see some examples.
## Contribution guide