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

    [V 1.0] How should plugins be installed and best practises?

    Help
    3
    5
    1084
    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.
    • M
      mKomo last edited by mKomo

      In earlier versions of Quasar a plugin could be added via the CLI
      for example:

      quasar new plugin vuelidate
      

      What are the best practices for incorporating plugins in Quasar v1.0?

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

        they renamed it to boot now, like so quasar new boot vuelidate in your case, will make your vuelidate.js file at src/boot foolder.

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

          quasar new b <boot file name>

          1 Reply Last reply Reply Quote 0
          • M
            mKomo last edited by

            Thanks!

            I found this thread in the CLI forum topic if anyone’s interested in more info:
            https://forum.quasar-framework.org/topic/3140/is-quasar-new-plugin-deprecated-in-1-0-beta

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

              It was renamed to boot because people were getting them confused with Quasar plugins (like Dialog).
              It also make sense because you can use Vue.use before Vue is instantiated.

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