ember-fuse-shim
A simple Ember addon to provide Fuse.js as an importable ES6 module in your Ember applications.
Installation
ember install ember-fuse-shim
Usage
Anywhere you want to use Fuse.js, simply import it:// app/some-file.js
import Fuse from 'fuse';
For more on how to use Fuse, check out the Fuse.js documentation
Issues
Please use the issue tracker to report any problems with the addon.Development
git clone https://github.com/mikeu/ember-fuse-shim
cd ember-fuse-shim
npm install
Running the dummy app for testing
ember serve
- Visit http://localhost:4200 to see the example.
- Visit http://localhost:4200/tests to see the tests.
Tests from the command line
npm test
This will run
ember try:each
to test the addon against multiple Ember versions.