0.1.2 • Published 7 years ago

@jenkins-cd/ux-widget-framework v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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