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.

Electron print without dialog (silent print)

I just need to use electron js to build my desktop app, I use simple BrowserWindow to load my website …

javascript printing electron receipt
Is it possible to create product keys for my electron application?

I want to build a desktop application and be able to publish product keys or serial numbers.Before the user …

electron serial-number product-key
Can Electron apps be integrated with java code?

As node.js still lacks important functionality which exists in Java, I would like to use Java instead of node.…

java node.js web electron frontend
Electron + Typescript + Webpack: Boilerplate Example

I don't know how to start the question, but the main problem is that I can't make the 3 technologies work …

typescript webpack electron boilerplate
Support optional chaining in vuejs

I have created vue and electron app using @vue/cli-service 4.2 in that I am facing a issue of optional chaining. …

vue.js electron vue-cli-4 ecmascript-2020
Prompt to save / quit before closing window

I am making a writing application. Users can open the app, write some text, save their work, etc. I am …

electron
How should i exclude all node_modules in electron-packager

I'm using electron-packager for creating an electron.exe of my app. I need to exclude all node modules . I tried …

node.js electron node-modules electron-packager asar
How to properly include twitter bootstrap in electron app?

This is my first electron app, which is based on quick-start app. I want to add twitter bootstrap's css. So …

node.js npm electron electron-packager
Accessing Cells with Sheetjs

I followed the demo here: https://github.com/SheetJS/js-xlsx/tree/master/demos/electron I'm able to drag an excel …

javascript electron sheetjs
What are the pros and cons of Chrome Apps compared to Electron?

I want to program a desktop app in javascript (with web technologies) and looked for a comparison between Electron and …

javascript google-chrome google-chrome-app electron