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

    Quick setup for beta 0.14 (generic)

    Starter Kits
    1
    2
    1061
    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
      spectrolite last edited by

      Shamelessly copied and adapted from @real_carbonneau windows version (Thank you):
      http://forum.quasar-framework.org/topic/523/quick-setup-for-beta-0-14-on-windows
      @real_carbonneau said in Quick setup for beta 0.14 on windows:

      Here is a quick start guide for quasar-framework beta 0.14 :

      This assumes you have node and git already installed

      npm install -g quasar-cli  // This will also update your existing quasar CLI
      quasar init default#beta <project_folder> // Sets up the folder
      cd <project_folder>
      npm i --save git+https://git@github.com/quasarframework/quasar-edge.git
      npm install
      quasar dev  // Runs a dev webserver
      

      Test at http://localhost:8080/

      Enjoy!

      run this whenever you want the latest version
      npm update quasar-framework

      1 Reply Last reply Reply Quote 0
      • S
        spectrolite last edited by

        Maybe step 4 is redundant with step 2, I’m not entirely sure. (I mean this could be optional: npm i --save git+https://git@github.com/quasarframework/quasar-edge.git)
        But it’ll help people upgrading from a 0.13.x
        Those people will want to skip step 2, and should probably read: http://forum.quasar-framework.org/topic/522/upgrade-guide-for-0-14-beta

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