Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
I've built an app with Electron and used Electron-Builder to create a Squirrel windows installer and updater. It all works …
logging electron electron-builder squirrel.windowsI had initially been using electron stable (4.x.x), and was able to use require in both my browser and …
javascript node.js electron requireI'm working on a simple nodejs electron (formerly known as atom shell) project. I'm writing it using angular 2, using the …
node.js typescript require electron systemjsI recently started using electron. I have successfully completed the 1st phase by creating a hello world app (included files …
npm electron electron-packagerI need to download a file to a specific location in my Electron program. I tried implementing this API but …
javascript download directory electron downloadfileI'm trying to use Visual Studio (not VSCode) to create a simple Electron app. I'm doing so via the Node.…
node.js visual-studio electronI have an Angular2 app inside Electron. Now, I would like to use the @pokusew/pcsclite library to use NFC …
javascript angular typescript electron pcscI am building my electron application with electron packager for windows and OSX platform. package.json: "build": "electron-packager . $npm_package_…
electronI'm trying to make an Electron application (https://electron.atom.io/) that reads data from my serial port. I'm new …
javascript node.js npm electron