Skip to main content

ElectronBB

test version

Supported electron versions

Supported versions are 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x.

caution

From Electron 20 and on, you have to disable sandboxing of the renderer process, due to Breaking API Changes in electron@20

Installation

npm i electronbb

Usage

See Intro

You can also view it on GitHub, but it's ugly

Building the documentation

git clone https://github.com/Nadwey/ElectronBB.git
cd ElectronBB/docs
npm i
npm run build

⚠️BETA

This library is currently in beta state, so I don't recommend using it in your app, especially in production.