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. luna215
    3. Topics
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    Topics created by luna215

    • L

      Implementing Lazy-Loading routes
      Framework • • luna215

      2
      0
      Votes
      2
      Posts
      108
      Views

      metalsadman

      @luna215 https://router.vuejs.org/guide/advanced/lazy-loading.html https://quasar.dev/quasar-cli/cli-documentation/lazy-loading#Lazy-load-components

    • L

      How to load chunks from root (base url)?
      Framework • • luna215

      1
      0
      Votes
      1
      Posts
      125
      Views

      No one has replied

    • L

      Webpack - splitChunks
      Framework • • luna215

      2
      0
      Votes
      2
      Posts
      452
      Views

      s.molinari

      Quasar does do code splitting.

      In the quasar.conf.js build section there is also the preloadChunks setting. Not sure if that is what you are looking for.

      https://quasar.dev/quasar-cli/quasar-conf-js#build-Property

      Scott