Anatomy of an Ember App
In this unit, we'll go through the tools involved in a professional Ember.js development environment, including ember-cli, the ember inspector and more! Then, we'll take a look at the various parts of an ember-cli project, and cover the various micro-libraries that serve as Ember's foundation.
-
Anatomy of an Ember AppPhilosophy of Ember
Ember aims to be a complete and holistic solution to building complex single-page web applications. We'll discuss the advantages and challenges of working within Ember's opinionated and convention-oriented ecosystem, point out where Ember aligns with web standards, and enumerate some of the most recent features that have been added to the framework over the past year.
-
Anatomy of an Ember AppStructure of an App
We'll create a new ember app using ember-cli, and explore the code that's been generated for us. Some of these folders contain JavaScript, some contain Handlebars templates and some contain CSS.
-
Anatomy of an Ember AppThe Ember Ecosystem
One of the great strengths of ember.js is the surrounding ecosystem of official and community libraries, build tools, conferences and resources. We'll give you a comprehensive introduction to many aspects of the ember world, so you know just where to go for libraries, questions, documentation and events!