Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 488 Bytes

TestCordovaElectron

This is a test to run native C++ compiled code into a .node file that runs from nodejs in the context of a cordova-electron plugin.

To install dependencies run :

npm i

Then make the angular build with:

ng build

Then add the platform for electron:

cordova platform add electron@2

And finally, build the platform with:

cordova build electron.

You may use this code for any purpose at your own risk and i'm not accountable for anything yadayada.