electron-aurelia-example icon indicating copy to clipboard operation
electron-aurelia-example copied to clipboard

An example desktop application written with Electron and Aurelia.

Results 4 electron-aurelia-example issues
Sort by recently updated
recently updated
newest added

I'm trying to setup this app example. When I run 'gulp' I get the following error: ``` module.js:538 throw err; ^ Error: Cannot find module 'longjohn' at Function.Module._resolveFilename (module.js:536:15) at...

Code builds against Electron 1.3.4

Thanks for creating this repo. I was hoping to find a way of leveraging electron's native `require()` support to avoid needing to use SystemJS. [This line](https://github.com/aurelia/bootstrapper/blob/master/src/index.js#L55) suggests it may be...

Jim, I've spent the last two weekends trying to get Aurelia working inside Electron. Thank you very much for this critical to success example. I was able to get my...