Installation and requirements
Installation
For install the most recent version, you will need:
- Git
- Node / NPM (most recent LTS)
- Watchman (optional)
If you have this, you could type the following command for install ember:
npm install -g [email protected]
Most recent version: Ember 3.0
Development Environment
- Install Ember Inspector for Chrome/Firefox
Editor Plugins
VIM
VSCode
Sublime Text
Ember Ecosystem
Ember Installation have:
Modern application asset management (Broccoli)
Code generators
Conventional Project Layout
Support for ES6 via Babel Project
QUnit suite for testing
Ember Addons