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

    Building projects with Quasar is very long and heavy

    Framework
    2
    3
    1498
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sebastien.roul last edited by

      Hi,

      Building projects with Quasar is very long (compare to all other UI JS project).

      Currently it takes more than 15minutes where other UI (Angular) projects take 3-5 minutes.
      Also, Quasar projects build are very heavy (from 500 to 600 mo) compare to 80 - 200 mo for the others.

      Any idea about this ?

      We use Jenkins IC - Jenkins doesn’t do much than an npm build
      #Quasar 0.14

      1 Reply Last reply Reply Quote 0
      • S
        sebastien.roul last edited by

        Hey, I found why ! So lets share…
        I use quasar-cli to start all projects, and it include a dependency “material-design-icons”…
        This dependency contains 50K svg and staff we dont need : see [https://www.npmjs.com/package/material-design-icons-iconfont]

        So just replace in your package.json "material-design-icons": "^3.0.1", with "material-design-icons-iconfont": "^3.0.1",

        @rstoenescu : Where should I do the PR ? Cant see target in [https://github.com/quasarframework/quasar-template-default]

        1 Reply Last reply Reply Quote 0
        • R
          RiyadhZ last edited by

          Thanks for the note.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post