/one-for-all

Core packages for QuanXiang cloud Frontend. Including Artery Engine, Artery Renderer and Headless UI, etc.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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