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

    Quasar Vue CLI 3 Plugin

    Announcements
    2
    2
    2898
    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.
    • rstoenescu
      rstoenescu Admin last edited by

      Many people requested it, so here it is: https://github.com/quasarframework/vue-cli-plugin-quasar

      NOTE: For the premium (and recommended) experience with Quasar, including the ability to build Mobile & Electron apps and efortless upgrades to new Quasar versions, you should instead use Quasar CLI.

      Getting started with Quasar CLI 3 plugin:

      1. Make sure you have vue-cli 3.x.x: $ vue --version
      2. If you don’t have a project created with vue-cli 3.x yet: $ vue create my-app
      3. Navigate to the newly created project folder and add the cli plugin. Before installing it, make sure to commit your current changes should you wish to revert them later. $ vue add quasar

      It will ask you if you want the plugin to replace some existing files. It is recommended that you do it if you wish to have an example so you can quickly develop your app.

      Your Vue config (in package.json or vue.config.js file, depending on what you chose when you created your vue app) will also contain a quasar Object. Most important property is theme (with possible values “mat” or “ios”), which you can later change should you want.

      Some notes

      More information about this plugin will be available along with the pending Quasar v0.15.11 documentation update. Please note that if you selected Typescript preset when creating your vue app then your app requires a few tweaks that are currently not available.

      As always, if you find any issues please report them on the appropriate repository. In the case of Quasar vue-cli plugin: https://github.com/quasarframework/vue-cli-plugin-quasar

      Enjoy!

      LaurentPayot 1 Reply Last reply Reply Quote 4
      • LaurentPayot
        LaurentPayot @rstoenescu last edited by

        Amazing 🎉

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