Ceci est une ancienne révision du document !
Ember.js
![]() |
Anciennement SproutCore, devenu Amber en 2011, puis Ember, est un framework MRC (Model Route Composant) front-end.
Concepts/outils
Outil | Description |
---|---|
Ember-cli | Outil en ligne de commande permettant de créer des applications Ember |
Routing | The central part of an Ember application. Enables developers to drive the application state from the URL. |
Template engine | Use Handlebars syntax to write your application's templates |
Data layer | Ember Data provides a consistent way to communicate with external APIs and manage application state |
Ember inspector | A browser extension, or bookmarklet, to inspect your application live. It's also useful for spotting Ember applications in the wild, try to install it and open up the NASA website! |