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.

Electron: jQuery is not defined

Problem: while developing using Electron, when you try to use any JS plugin that requires jQuery, the plugin doesn't find …

jquery electron
How to unpack an .asar file?

I have packed my Electron application using the following command: asar pack app app.asar Now, I need to unpack …

node.js electron asar
How to set app icon for Electron / Atom Shell App

How do you set the app icon for your Electron app? I am trying BrowserWindow({icon:'path/to/image.png'}); …

icons electron
How to enable file upload on React's Material UI simple input?

I am creating a simple form to upload file using electron-react-boilerplate with redux form & material ui. The problem is …

reactjs electron react-redux redux-form formsy-material-ui
Remove menubar from Electron app

How do I remove this menu-bar from my electron apps: Also it says "Hello World"(is this because I downloaded …

node.js electron
Using console.log() in Electron app

How can I log data or messages to the console in my Electron app? This really basic hello world opens …

electron
How to use sqlite3 module with electron?

I want to develop desktop app using electron that uses sqlite3 package installed via npm with the command npm install …

node.js sqlite npm electron
How To Compile An Electron Application To A .exe

I've been learning how to create applications in Electron and I need help compiling a simple project to a Windows …

javascript deployment web-deployment desktop-application electron
How do I reload a page with react-router?

I can see in this file (https://github.com/ReactTraining/react-router/blob/v0.13.3/modules/createRouter.js) that there is a …

javascript reactjs react-router electron
Saving files locally with electron

I have some template files that contain a few variable strings each, I'd like to build a very simple input …

javascript forms npm electron