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

    How to test the upcoming v0.14 of quasar-framework

    Show & Tell
    2
    4
    1637
    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.
    • A
      afd last edited by

      To those of us anxious about testing the new work, here are some instructions (and hopefully Razvan won’t mind this, otherwise please delete this topic):

      git clone https://github.com/quasarframework/quasar.git
      cd quasar
      npm install
      npm run build
      npm link
      

      You could also run npm run dev (or quasar dev) to take the dev code for a test, in the browser. Now go to your existing project, based on 0.13.6 code, and run

      npm link quasar-framework
      

      The previous link command linked the quasar packages as dev package, now this command will make a local link to the global link.

      1 Reply Last reply Reply Quote 0
      • A
        afd last edited by afd

        Not for the faint of heart, be prepared to browse the code to figure out what has changed. But that’s the interesting part, right? Quasar has very high quality code and is pretty much idiomatic vuejs, so you’ll learn a lot just by browsing its code.

        1 Reply Last reply Reply Quote 1
        • rstoenescu
          rstoenescu Admin last edited by

          Currently working on documentation then will release the first beta.

          1 Reply Last reply Reply Quote 2
          • rstoenescu
            rstoenescu Admin last edited by

            Also mind that code is not yet ready for beta, but will be very soon. iOS theme for example is completely untested.

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