Ember Basic Workshop Introduction
Before to start
Ember is a js framework for developing frontend applications. Recently I used for develop a private project, and now I try to explain step by step, how to develop a simple application using the most common concepts about Ember Js. Consider the previous experience, where I can met Ember Js as a ambitious framework, I purpose the following topics for understand the common concepts. Also I purpose build a Ember Application, while we review this topics.
Index
- Goals
- Installation and Requirements
- The exercises
- History
- Philosophy
- Ember Application Skeleton
- Create a Simple Application
- Ember Router
- Render Templates
- Exercise A: Nested Routes
- Exercise B: Nested Routes
- Actions in Routes
- Ember Data
- Ember Mirage
- Components
- Computed Properties
- Ember Config
- Learning Resources for go more further