Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. electron
    Log in to post
    • W

      electron-builder snap not running
      Help • electron snap • • walfin

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • Q

      Debugging - Breakpoint set but not yet bound
      Help • debugging devtools electron • • quasy

      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • C

      Electron build
      Help • build electron • • cem386

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • nqaba

      electron app not booting
      Help • electron • • nqaba

      4
      0
      Votes
      4
      Posts
      67
      Views

      gilli

      I had this problem as well. I fixed it by deleting node_modules and running npm install.

    • mYnDstrEAm

      Will the Quasar Framework support the Librem 5 (new GNU/Linux smartphone with PureOS and GNOME or Plasma Mobile)?
      Framework • electron librem5 linux quasar smartphone • • mYnDstrEAm

      4
      0
      Votes
      4
      Posts
      193
      Views

      Hawkeye64

      No idea, but feel free to keep investigating and maybe make some PRs if needed to support what you are doing. That’s the beauty of Open Source Software

    • S

      Native dependencies in electron wrapper
      Starter Kits • electron native target webpack • • steffanhalv

      13
      0
      Votes
      13
      Posts
      4127
      Views

      rstoenescu

      @steffanhalv

      Do NOT change the webpack target prop. It is already configured in the right way. If you need to change it you’re doing something wrong. Please also note there’s one webpack config for the renderer process and ANOTHER separate one for the main process. Which one are you trying to change? In 99% of the cases, you don’t need to change it anyway.

      I see that you are importing the http package, which is a node specific library, which is NOT isomorphic (doesn’t also works being run in a browser). You could use it in the main process though, but not in the renderer.

      Like I mentioned in a previous post, node-loader and it’s webpack rule for renderer process (it’s currently specified only for the main process) will be available by default in Quasar CLI v0.16.2.

    • zuck

      Alighieri, a distraction-free writer tool
      Show & Tell • alighieri editor electron novelist writer • • zuck

      6
      6
      Votes
      6
      Posts
      1891
      Views

      zuck

      Thank you all!

      Please, if you have any suggestion to improve the app, don’t hesitate to report it here (or on Github)!