This repository contains ElectronNativePlugin samples showing how to run and embed C++ native modules into the Electron Applications bundled by WebPack.
The samples in this repository:
- hello-world - this is the simplest sample showing the minimal configuration for WebPack to compile and run a native module in an Electron app.
- angular-hello-world - this is a more sophisticated example of the integration of Angular, Electron and Webpack using the electron-angular-webpack kit.