vega/vega-lite-ui

Name: vega-lite-ui

Owner: Vega

Description: Common UI Library that powers Polestar and Voyager

Created: 2015-05-08 23:59:32.0

Updated: 2017-12-22 06:44:20.0

Pushed: 2017-01-15 06:30:35.0

Homepage: null

Size: 2829

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

vega-lite-ui

Build Status npm dependencies npm version

Common UI Library for Polestar and Voyager.

Build Process

To use vega-lite-ui, you need to install its dependencies and build the vlui.js and vlui.min.js scripts. We assume that you have npm installed.

  1. Run npm install in the vega-lite-ui repository folder to install the dependencies needed to build vega-lite-ui
  2. Note: vega-lite-ui uses Bower for client-side dependency management. Bower will automatically run its own installation process once the npm install completes, but if you need to run additional bower commands, the bower command-line utility can be globally installed with npm install -g bower.
  3. Run npm run build. This will use Gulp to concatenate the source files together into vlui.js, then use uglify-js to create the minified vlui.min.js.
Notes for Developer

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.