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 install an advance preview of Quasar Framework version 0.15?

    Framework
    4
    5
    2095
    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.
    • R
      real_carbonneau last edited by

      How to install an andvance preview of Quasar Framework version 0.15?

      Follow the instructions below, the git clone download will create a directory ./quasar. An alternative to the git clone command is to download the branch as a zip directly from GitHub.

      git clone -b dev --single-branch https://github.com/quasarframework/quasar.git
      cd quasar
      npm install
      quasar dev

      0_1513781223088_128b4157-8d12-4b2d-be0b-f13fcfc48a83-image.png

      Enjoy! ๐Ÿ™‚

      1 Reply Last reply Reply Quote 2
      • N
        natxocc last edited by

        Thanks for the info!!!

        1 Reply Last reply Reply Quote 0
        • benoitranque
          benoitranque last edited by

          Spoiler alert ๐Ÿ™‚

          1 Reply Last reply Reply Quote 0
          • A3an
            A3an last edited by

            FYI, for some of us, running quasar dev after install doesnโ€™t work. You can run npm run dev instead.

            1 Reply Last reply Reply Quote 0
            • A3an
              A3an last edited by A3an

              To be clear: if after installing, quasar dev does not work for you, try npm run dev. Also, after installing, you can do npm run build, and copy the new dist folder to your node_modules\quasar-framework folder, (donโ€™t forget to copy the package.json, icons and i8n folders as well). This will allow you to use it in an existing project.

              [Edit: it is best to create a Simlink from your node_modules/quasar-framework folder to the dist folder of your cloned v0.15. This way, you can get the latest changes from Github, and then simply rebuild v.015. The magic of simlinks!]

              Be prepared for updating your existing Vue files to use the new/updated components. Make a backup of your project first ๐Ÿ˜€

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