Top "Electron" questions

Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.

Where to store user settings in Electron (Atom Shell) Application?

I can't seem to locate a built in mechanism to store user settings. I was hoping that electron provided a …

electron
electron - node.js - ng : file path\ng.ps1 cannot be loaded because running scripts is disabled on this system

I 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-start
Why do Node modules go into .staging folder?

I have an Electron app that I'm trying to install node modules for. When I run npm install, it creates …

node.js electron package.json
what is the difference between const and const {} in javascript

When I study electron, I found 2 ways of getting BrowserWindow object. const {BrowserWindow} = require('electron') and const electron = require('electron') …

javascript node.js electron
How to deploy an Electron app as an executable or installable in Windows?

I want to generate a unique .exe file to execute the app or a .msi to install the application. How …

windows deployment desktop-application electron
electron-builder vs electron-packager

What 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-builder
Native looking UI components for Electron application

I'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 electron
Python on Electron framework

I 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 electron
Open external file with Electron

I have a running Electron app and is working great so far. For context, I need to run/open a …

electron
Electron - Not allowed to load local resource

Evening, 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