Ember.js
Workshop by Francesco Novy (13th May 2014)
What is Ember.js?
- JavaScript Framework
- Reliance on convention
- "Opinionated JS-Framework"
- Advantages:
- strict MVC-separation
- easy persistation-handling
- "magic moments"
- Disadvantages:
- Handlebars can be limiting
- Need to know the "Ember way"
Ember Components
Ember.js consists of several components:
- Models
- Controllers
- Routes
- Templates
- Views / Components
Let's start!
Links/Downloads:
Start with yeoman:
(no Bootstrap)
-
Download Ressources
-
Replace Gruntfile
- Let's go!