UNPKG

ember-cli-vis-js

Version:
32 lines (19 loc) 742 B
# Ember-cli-vis-js This addon is a wrapper for the [Vis.js library](https://github.com/almende/vis) ## Changelog As of version 0.0.2, this only exposes the Vis Timeline as a component `{{visjs-timeline items=items groups=groups options=options}}` ## Installation * `git clone <repository-url>` this repository * `cd ember-cli-vis-js` * `npm install` * `bower install` ## Running * `ember serve` * Visit your app at [http://localhost:4200](http://localhost:4200). ## Running Tests * `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions) * `ember test` * `ember test --server` ## Building * `ember build` For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).