Home

Awesome

Pluggable Electron demo

Clone and run for a quick way to see Pluggable Electron in action.

This is a minimal Electron application based on the Quick Start Guide and enhanced with Pluggable Electron. the purpose is to showcase the basics of Pluggable Electron.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/dutchigor/pluggable-electron-demo

# Go into the repository
cd pluggable-electron-demo

# Install dependencies for app and plugin
npm install
cd demo-plugin
npm install

# package plugin
npm run package

# Run the app
npm start

Once the application is open, you can try it out:

Detailed documentation on how to use Pluggable Electron can be found here

License

CC0 1.0 (Public Domain)