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

    How can I add thid parts javascript libraries to a Quasar .vue page?

    Help
    2
    4
    1831
    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.
    • G
      gaguerrero last edited by

      Hello, I´m new on Quasar and i´m trying to add some javascript libraries like pizzicato ( https://alemangui.github.io/pizzicato/. ) into a .vue page. Where in the proyect i must place and how can i access it?.
      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • G
        gaguerrero last edited by

        Well I found the answer, install it using npm and import.

        cd myproject
        npm install pizzicato

        and then in the .vue file

        <script>
        import Pizzicato from ‘pizzicato’;

        Thanks anyway.

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

          @gaguerrero - there is also another method of integrating “vue-esque” plugins:

          https://quasar-framework.org/guide/app-plugins.html

          1 Reply Last reply Reply Quote 0
          • G
            gaguerrero last edited by

            Thanks I’ll read it!

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