one-for-all icon indicating copy to clipboard operation
one-for-all copied to clipboard

Core packages for QuanXiang Cloud frontend. Including Artery Engine, Artery Renderer and Headless UI, etc.

One for All

A monorepo for low-code frontend core packages.

Start

This project uses Rush as monorepo manager, you should install it first.

npm install -g @microsoft/rush

Run the following command to install all dependencies:

rush update

Example

cd packages/example into example project, run npm start, open the default link http://localhost:8080 to see some examples.

Contribution guide