ember-cli-emojione
v0.1.0
Published
A simple shim for Emojione that exposes the library as an ES6 module.
Downloads
5
Maintainers
Readme
ember-cli-tribute-shim
A simple shim for EmojiOne that exposes the library as an ES6 module.
Installation
Please install this addon into your Ember.js project using ember-cli:
ember install ember-cli-emojioneYou can then import EmojiOne as an ES6 module:
import emojione from 'emojione';Contributing
git clone <repository-url>this repositorycd ember-cli-emojionenpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
