ember-cli-electron

1.0.0 • Public • Published

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/.

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-electron

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • juanazam