Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
Problem: while developing using Electron, when you try to use any JS plugin that requires jQuery, the plugin doesn't find …
jquery electronI have packed my Electron application using the following command: asar pack app app.asar Now, I need to unpack …
node.js electron asarHow do you set the app icon for your Electron app? I am trying BrowserWindow({icon:'path/to/image.png'}); …
icons electronI 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-uiHow do I remove this menu-bar from my electron apps: Also it says "Hello World"(is this because I downloaded …
node.js electronHow can I log data or messages to the console in my Electron app? This really basic hello world opens …
electronI'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 electronI 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 electronI have some template files that contain a few variable strings each, I'd like to build a very simple input …
javascript forms npm electron