How do I convert a ember web app to cross platform desktop app using ember-electron?
I'm completely new to electron. I've simply installed the ember-electron addon(https://github.com/felixrieseberg/ember-electron) and started the app like this -
ember install ember-electron
ember electron
But I'm getting 'electron undefined' error in the main.js file itself on doing require('electron').
What is that I'm doing wrong here? Should I be rewriting the app or will doing small tweaks to the existing one work?
Aucun commentaire:
Enregistrer un commentaire