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.

FontAwesome fails to load fonts locally and in electron app

I have downloaded FontAwesome using npm and then copied the css-file and the fonts into the right folders in the …

javascript css gruntjs font-awesome electron
What is the Visual Studio Code editor built on

What underlying technologies/libraries is Microsoft's new (free) cross platform editor Visual Studio Code (Launched 5/29/2015) built on? There are rumors …

node-webkit atom-editor visual-studio-code electron
Frameless window with controls in electron (Windows)

I want my app to have no title bar but still be closeable, draggable, minimizable, maximizable and resizable like a …

windows electron titlebar
How to access BrowserWindow Javascript global from main process in electron?

I want a menu, defined in the main process to call JS code inside the current browser window in an …

javascript electron
react-router v4 - browserHistory is undefined

I am creating my first react app in electron (my first electron app too). I have two routes & need …

javascript reactjs react-router electron
ES6 syntax import Electron (require..)

To learn the new ES6 syntax, I've been trying to refactor some JS code. I'm absolutely confused though by the …

javascript import ecmascript-6 electron
How can I get the path that the application is running with typescript?

I am trying to create a desktop application with electron, angular2, typescript and neDB.In order to be able create …

typescript electron nedb
Electron.js How to minimize/close window to system tray and restore window back from tray?

I want my Electron.js application to live on system tray and whenever the user wants to do something they …

javascript node.js electron nw.js
Karma unit testing error: Unexpected value imported by the module. Please add a @NgModule annotation

I've created a fresh new component via: ng g mytest1 Then I changed the constructor line to this: constructor(private …

angular unit-testing electron karma-jasmine ng-modules
Node-Webkit vs Electron

We are planning to built cross platform desktop application. We found that Node-Webkit is a perfect choice for us. But …

node-webkit electron