Skip to content

Instantly share code, notes, and snippets.

@wycats
Last active April 9, 2016 19:20
  • Star 22 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?

A small sampling of external projects initially built for Ember use but designed to be used standalone:

Ember itself is broken into many pieces, among them:

  • metal - Ember's mixin system with observation/property support, works on bare POJOs
  • runtime - Ember's object model (depends on metal)
  • container - Ember's dependency injection container (depends on metal)
  • views - the basic Ember view layer, agnostic to templating (depends on runtime)
  • handlebars - builds on Ember's core view layer with templating support
  • application - Ember's application bootstrapping
  • routing - adds Ember view and application integration to router.js
  • debug / testing - Ember functionality that makes sense in specific environments
@SlexAxton
Copy link

@rwjblue
Copy link

rwjblue commented Nov 25, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment