Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 482 Bytes

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