A monorepo for low-code frontend core packages.
This project uses Rush as monorepo manager, you should install it first.
npm install -g @microsoft/rushRun the following command to install all dependencies:
rush updatecd packages/example into example project, run npm start, open the default link http://localhost:8080 to see some examples.