Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 546 Bytes

vizwiz

A data visualization widget library

Vizwiz contains several widgets to help with data vizualization. They are meant to work together, communicating via custom JavaScript events.

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

# run all tests
yarn test

# Run the documentation server at localhost:3000
yarn run docs