No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

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

      How to fix the tslint of electron-main.dev.js and electron-main.js
      Framework • build electron lint • • forevereffort

      2
      0
      Votes
      2
      Posts
      113
      Views

      forevereffort

      I found this solution : https://github.com/quasarframework/quasar/issues/8422

    • W

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

      4
      0
      Votes
      4
      Posts
      218
      Views

      W

      @dobbel Completely blank (if I type just <app name>). “which <app name>” works fine.

      If I type /snap/<app_name>/current/<app_name> it works perfectly.

      But I want it to run on Ubuntu. Most (if not all) snap store users are on Ubuntu.

      I think the snap is somehow creating the symlink wrongly.

    • Q

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

      1
      0
      Votes
      1
      Posts
      522
      Views

      No one has replied

    • C

      Electron build
      Help • build electron • • cem386

      1
      0
      Votes
      1
      Posts
      79
      Views

      No one has replied

    • nqaba

      electron app not booting
      Help • electron • • nqaba

      4
      0
      Votes
      4
      Posts
      380
      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
      337
      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
      4818
      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
      1990
      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)!