https://github.com/purecloudlabs/ember-cli-vis-js
https://github.com/purecloudlabs/ember-cli-vis-js
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/purecloudlabs/ember-cli-vis-js
- Owner: purecloudlabs
- License: mit
- Created: 2016-11-01T20:16:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T06:34:01.000Z (over 1 year ago)
- Last Synced: 2025-03-25T12:51:20.533Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).