Ember CLI wrapper for hoverintentjs
npm install ember-cli-hoverintent


This addon provides a vendor shim for hoverintent, allowing it to be accessed as an ES6 module
ember install ember-cli-hoverintent
Simply import hoverintent:
``javascripthoverintent
import hoverintent from ;`
Then call the hoverintent method as you would the global provided by the bower package.
This section outlines the details of collaborating on this Ember addon.
* git clone this repositorycd ember-cli-hoverintent
* npm install
* bower install
*
* ember serve
* Visit your app at http://localhost:4200.
* ember testember test --server
*
* ember build`
For more information on using ember-cli, visit https://ember-cli.com/.