ember-cli-hoverintent
v0.1.2
Published
Ember CLI wrapper for hoverintentjs
Downloads
6
Readme
Ember CLI Hoverintent
This addon provides a vendor shim for hoverintent, allowing it to be accessed as an ES6 module
Installation
ember install ember-cli-hoverintent
Usage
Simply import hoverintent
:
import hoverintent from `hoverintent`;
Then call the hoverintent
method as you would the global provided by the bower package.
Contributing
This section outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorycd ember-cli-hoverintent
npm install
bower install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.