Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
I can't seem to locate a built in mechanism to store user settings. I was hoping that electron provided a …
electronI am trying to compile a project on Windows 10 in Visual Studio Code, my settings are the following: 1) npm version 6.12 2) …
node.js angular powershell electron npm-startI have an Electron app that I'm trying to install node modules for. When I run npm install, it creates …
node.js electron package.jsonWhen I study electron, I found 2 ways of getting BrowserWindow object. const {BrowserWindow} = require('electron') and const electron = require('electron') …
javascript node.js electronI want to generate a unique .exe file to execute the app or a .msi to install the application. How …
windows deployment desktop-application electronWhat is main difference between electron-builder and electron-packager. Is there some example projects for both? Which is better for standalone .…
javascript native electron electron-builderI'm using Electron (formerly Atom Shell) for a desktop application. It is a lot of fun to use and event-driven …
javascript html css chromium electronI am trying to write a cross-platform desktop app using web technologies (HTML5, CSS, and JS). I took a look …
python frameworks cross-platform desktop-application electronI have a running Electron app and is working great so far. For context, I need to run/open a …
electronEvening, I'm looking into using electron to package an existing angular2 build. I thought I had a dry run working …
angular electron angular-cli electron-builder