Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
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 electronWhat 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 electronI want my app to have no title bar but still be closeable, draggable, minimizable, maximizable and resizable like a …
windows electron titlebarI want a menu, defined in the main process to call JS code inside the current browser window in an …
javascript electronI am creating my first react app in electron (my first electron app too). I have two routes & need …
javascript reactjs react-router electronTo 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 electronI am trying to create a desktop application with electron, angular2, typescript and neDB.In order to be able create …
typescript electron nedbI want my Electron.js application to live on system tray and whenever the user wants to do something they …
javascript node.js electron nw.jsI'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-modulesWe are planning to built cross platform desktop application. We found that Node-Webkit is a perfect choice for us. But …
node-webkit electron