@jenkins-cd/ux-widget-framework

Library and tooling for Modular WIdgets


License
MIT
Install
npm install @jenkins-cd/ux-widget-framework@0.1.2

Documentation

Blue Ocean Modular UX Widgets

Packages

  • 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.

Building

Yarn

  1. Clone the repo
  2. cd blueocean-widgets
  3. yarn
  4. yarn bootstrap
  5. yarn dist

NPM

  1. Clone the repo
  2. cd blueocean-widgets
  3. npm i
  4. npm run bootstrap
  5. npm run dist