Skip to navigation
How to build electron desktop test applicaitons
31.10.16
1. install the latestest nodejs # curl -sL https://deb.nodesource.com/setup_7.x | bash - # apt-get install -y nodejs 2. clone a test project # git clone https://github.com/electron/electron-quick-start 3. enter into the test project: # cd electron-quick-start 4. install all dependencies and run the app # npm install && npm start 5. install the electron-packager # npm install electron-packager -g 6. create all executive files like .exe .dmg linux # electron-packager . --all
https://github.com/electron-userland/electron-packager
Reply
Anonymous
Information Epoch 1765046061
Make every program a filter.
Home
Notebook
Contact us