1.0.0 • Published 6 years ago

ember-fuse-shim v1.0.0

Weekly downloads
190
License
MIT
Repository
github
Last release
6 years ago

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.