0.0.5 • Published 9 years ago

ember-local-forage v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-local-forage

Build Status Dependency Status devDependency Status Ember Observer Score npm version Code Climate

Easily add localForage to your ember-cli app.

Usage

This addon provides the ability to import localForage as an ES6 module:

import localforage from 'ember-local-forage';

localforage.setItem('key', 'value');

For more information on how to use localForage see the localForage documentation.

An example is provided in the user-data component in the dummy app.

Installation

If you're using ember-cli v0.2.3+:

ember install ember-local-forage

If you're using an older version of ember-cli:

npm install ember-local-forage --save-dev
ember generate ember-local-forage
0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago