Why does the ember documentation use ember-cli ES6 syntax?

Because it’s increasingly difficult to find an Ember developer who doesn’t use CLI, and that’s the path we want to encourage new developers on. The module syntax may appear daunting, but it’s literally only 2 or 3 things. Compared to the challenge of learning enough about Ember to know how to properly structure an app, it’s downright trivial. You may want to check out this thread.

2 Likes