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 on windows

    Starter Kits
    1
    1
    1167
    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

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

      1. Install Node.js (https://nodejs.org/en/)
      2. Install git from Binaries (https://git-scm.com/download/win)
      3. Open the Node.js command line from the Windows start menu
      4. npm install -g quasar-cli (This will also update )
      5. npm update quasar-framework (to update to latest, do regularly)
      6. quasar init default#beta <project_folder> (Sets up the folder)
      7. cd <project_folder>
      8. npm install
      9. quasar dev (Runs a dev webserver)
      10. Test at http://localhost:8080/

      Enjoy! 🙂

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