Be familiar with the vocabulary of an Ember.js application
Understand the file structure and naming conventions of an ember-cli
application.
Understand how to use the Ember.js and ember-cli documentation
Performance Objectives
After completing this assignment, you should be able to:
Start an Ember.js application from scratch using ember-cli
Details
Deliverables
A repo containing a new Ember.js app, created using ember-cli
Requirements
No JSHint warnings or errors
Normal Mode
Follow the tutorial on making a todo app in Ember.js, except when it is
necessary to deviate in order to follow the conventions of an ember-cli
application. You will likely need to familiarize yourself with ember-cli using
the documentation.
ember-todo
Description
Todo MVC in Ember.js
Objectives
Learning Objectives
After completing this assignment, you should
Performance Objectives
After completing this assignment, you should be able to:
Details
Deliverables
Requirements
Normal Mode
Follow the tutorial on making a todo app in Ember.js, except when it is necessary to deviate in order to follow the conventions of an ember-cli application. You will likely need to familiarize yourself with ember-cli using the documentation.
Additional Resources