About 192,000 results
Open links in new tab
  1. Can electronjs be used for websites - Stack Overflow

    Aug 12, 2020 · Can electronjs be used for websites Asked 5 years, 2 months ago Modified 3 years ago Viewed 12k times

  2. node.js - Remove menubar from Electron app - Stack Overflow

    Aug 23, 2016 · How do I remove this menu-bar from my electron apps: Also it says "Hello World"(is this because I downloaded electron pre-built, and will go away once I package the …

  3. How to use electron's app.getPath() to store data?

    Dec 24, 2017 · I want to store images on the users computer, so I figure it should be stored in users data folder, as described here. app.getPath(name) name. Returns String - A path to a …

  4. javascript - Electron require () is not defined - Stack Overflow

    Jun 6, 2017 · I hope this answer gets some attention, because a large majority of answers here leave large security holes in your electron app. In fact this answer is essentially what you …

  5. How to set app icon for Electron / Atom Shell App

    Jul 21, 2015 · Setting the icon property when creating the BrowserWindow only has an effect on Windows and Linux. To set the icon on OS X, you can use electron-packager and set the icon …

  6. How to read config file in electronjs app - Stack Overflow

    Mar 5, 2022 · How to read config file in electronjs app Asked 3 years, 8 months ago Modified 3 years, 1 month ago Viewed 11k times

  7. Make a link from Electron open in browser - Stack Overflow

    Is there any (simple/built-in way) to open a new browser (I mean default OS browser) window for a link from Electron instead of visiting that link inside your Electron app ?

  8. javascript - Problems installing electron js - Stack Overflow

    Oct 2, 2023 · Run node .\install.js at the node_modules\electron directory. Obtain the cache path, folder name, and the download link for the zip file. After this, the above modification is no …

  9. Where can I find the logs for my Electron app in production?

    Dec 14, 2016 · I've built an app with Electron and used Electron-Builder to create a Squirrel windows installer and updater. It all works great but I'm having trouble debugging the …

  10. Nextron vs Next.js '--example with-electron' - Stack Overflow

    Nov 7, 2021 · So electronJS is just a js package that uses the chromium-based framework to bring browser-like functionality to the desktop window and is used by NextronJS under the …