An open API service indexing awesome lists of open source software.

https://github.com/purecloudlabs/ember-cli-vis-js


https://github.com/purecloudlabs/ember-cli-vis-js

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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 ` 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/).