Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
I'm currently in the process practicing using electron, but I'm quite new with javascript and I've come across a problem …
javascript arrays scope electronI'm trying to understand the communications between electrons main and renderer processes. The documentation https://github.com/electron/electron/blob/…
javascript electronUsing this boilerplate as reference I created an Electron app. It uses webpack to bundle the scripts and express server …
javascript reactjs react-router electronAfter installing a native module via npm for use with Electron (atom shell) I'm trying to run electron-rebuild: >>./…
javascript node.js electronI'm building an Electron application and I would like to inspect specific UI elements. I have the Chrome dev tools …
electronI've got an electron app, below is the main.js file: var app = require('electron').app; var BrowserWindow = require('electron').…
electronIs there any (simple/built-in way) to open a new browser (I mean default OS browser) window for a link …
javascript node.js electronUsing electron-builder to build Windows app, When signing up, I got this error : dyld: Library not loaded: /usr/local/opt/…
electron electron-builderUsing electron in combination with Angular2, Typescript and Electron I am try to find out how to use a node …
node.js typescript angular electron typescript1.5I've created Electron-Vuejs-Vuetify project from this Vuetify's boilerplate I'm seeing this warning in the console: Electron Security Warning This renderer …
node.js electron vuetify.js