ember-fuse-shim

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i ember-fuse-shim

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mikeu