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. kidox
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 2
    • Groups 0

    kidox

    @kidox

    2
    Reputation
    12
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kidox Follow

    Best posts made by kidox

    • Exclude .json config file from build

      I have an external .json file that stores certain config variables, like App URL or external API URL and set as process.env variables inside quasar.conf.js file.

      Since App URL is going to be different for each site, how can I exclude this file from building process to be able to change URL’s without needing to re-compile for each site?

      I tried to exclude the config file using ‘externals’, I tried to load as a Dynamic Import and so many different things but with no luck.

      Does anyone knows how to do it?

      Thanks!

      posted in Framework
      K
      kidox

    Latest posts made by kidox

    • Exclude .json config file from build

      I have an external .json file that stores certain config variables, like App URL or external API URL and set as process.env variables inside quasar.conf.js file.

      Since App URL is going to be different for each site, how can I exclude this file from building process to be able to change URL’s without needing to re-compile for each site?

      I tried to exclude the config file using ‘externals’, I tried to load as a Dynamic Import and so many different things but with no luck.

      Does anyone knows how to do it?

      Thanks!

      posted in Framework
      K
      kidox
    • RE: [Solved] PWA force refresh when new version released?

      @Carlitos solved. Thank you!

      posted in Framework
      K
      kidox
    • RE: [Solved] PWA force refresh when new version released?

      @Carlitos Wow! Great! Thank you very much! I tried the same in the past and I thought it wasn’t the right way to do so because of the endless loop. I didn’t heard about this skipWaiting property. Now it’s working flawlessly.

      Just one thing, how did you manage to use translations inside register-server-worker.js file? I couldn’t figure out how to import Quasar translations.

      posted in Framework
      K
      kidox
    • RE: [Solved] PWA force refresh when new version released?

      After this time, is there a way in Quasar v1.X to auto-refresh changes if detected or show user a notification? Using service-workers or another tool.

      posted in Framework
      K
      kidox