ember-cli-electron

v1.0.0
The default blueprint for ember-cli addons.
ember-addon

ember-cli-electron

This addon simplfies how to embed an ember-cli application into an electron application. It will also provide simple ways to use system components within the ember app.

This project is based on:

https://github.com/usecanvas/ember-electron (Thanks!!)

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • run ELECTRON_ENV=development ember server -p 5000
  • run ELECTRON_ENV=development electron .

Notes

  • baseURL in config must be removed.
  • locationType in config must be "hash".

Running Tests

  • ember test

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

npm i ember-cli-electron

Metadata

  • MIT
  • >= 0.10.0
  • Unknown
  • released 7/23/2015

Downloads

Maintainers