An open API service indexing awesome lists of open source software.

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.

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