Skip to content

Instantly share code, notes, and snippets.

View shovanmaity's full-sized avatar
:octocat:

Shovan Maity shovanmaity

:octocat:
View GitHub Profile
@shovanmaity
shovanmaity / Converting libraries to Ember CLI addons.md
Created August 21, 2018 12:40 — forked from kristianmandrup/Converting libraries to Ember CLI addons.md
Guide to Developing Addons and Blueprints for Ember CLI

Converting libraries to Ember CLI addons

In this guide we will cover two main cases:

  • Ember specific library
  • vendor library

Ember library

The Ember library will assume that Ember has already ben loaded (higher in the loading order) and thus will assume it has access to the Ember API.