Skip to content

mikeu/ember-fuse-shim

Repository files navigation

ember-fuse-shim

Build Status License: MIT

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

Tests from the command line

  • npm test

This will run ember try:each to test the addon against multiple Ember versions.

About

Provides a shim to import Fuse.js as an ES6 module in Ember applicaitons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published