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
    1. Home
    2. real_carbonneau
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 2
    • Groups 0

    real_carbonneau

    @real_carbonneau

    5
    Reputation
    369
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    real_carbonneau Follow

    Best posts made by real_carbonneau

    • Quick setup for beta 0.14 on windows

      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! 🙂

      posted in Starter Kits
      R
      real_carbonneau
    • How to install an advance preview of Quasar Framework version 0.15?

      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! 🙂

      posted in Framework
      R
      real_carbonneau

    Latest posts made by real_carbonneau

    • How to install an advance preview of Quasar Framework version 0.15?

      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! 🙂

      posted in Framework
      R
      real_carbonneau
    • Quick setup for beta 0.14 on windows

      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! 🙂

      posted in Starter Kits
      R
      real_carbonneau