- ux-widget-framework - Contains both build-time tools to compile widgets, as well as runtime library code used by widgets themselves.
- pipeline-graph - The PipelineGraph component used to show the results of a build in graphical form, from Blue Ocean.
- Clone the repo
cd blueocean-widgets
yarn
yarn bootstrap
yarn dist
- Clone the repo
cd blueocean-widgets
npm i
npm run bootstrap
npm run dist