Last active
June 3, 2017 02:05
-
-
Save DevEarley/f27553db96ad6794bfe71ef9c12b722c to your computer and use it in GitHub Desktop.
aurelia cli w electron-packager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSTALL | |
electron-reload | |
electron-packager | |
aurelia-cli | |
FROM https://github.com/MeirionHughes/aurelia-cli-electron-app | |
======================================================================= | |
git clone <...> | |
npm install -g | |
au run | |
======================================================================= | |
TO BUILD DIST | |
$ electron-packager . FooBar --no-prune --out=bin | |
======================================================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment