Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 644 Bytes

installation.md

File metadata and controls

18 lines (12 loc) · 644 Bytes

Installation & Setup

⚠️ This addon needs at least Node 6.

To install the addon, run:

ember install ember-electron

Or, to install with npm - but please ensure (:warning:) that the blueprint generation runs - it creates necessary files and configuration for this addon to work. Please ensure that you have a populated ember-electron folder at the root of your project, and another one (only containing lib/index.js) in your tests directory.

npm install ember-electron
ember g ember-electron

See FAQ: Structure for more information on the layout of the ember-electron directory.