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 to use external libraries ?

    Help
    3
    5
    1911
    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.
    • S
      sivakavi last edited by

      How to use external libraries ? (like vidyo.io)

      how to attach the external libraries with function call in quasar web app ?
      <script src=“https://static.vidyo.io/4.1.24.11/javascript/VidyoClient/VidyoClient.js?onload=onVidyoClientLoaded”></script>

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

        read about App Plugins in the docs, should help you how to it.
        https://quasar-framework.org/guide/app-plugins.html#Usage-of-app-plugins

        you can then import that plugin after setting it up.
        ie. // some vue/js file
        import MyLibrary from ‘plugins/mylibrary’

        1 Reply Last reply Reply Quote 0
        • S
          sivakavi last edited by sivakavi

          I did not understand. Please explain.
          How to implement this javascript library in quasar 0.15.2
          https://developer.vidyo.io/#/documentation/4.1.24.15

          <script src=“https://static.vidyo.io/4.1.24.11/javascript/VidyoClient/VidyoClient.js?onload=onVidyoClientLoaded”></script>

          Normal HTML file : this script tag call “onVidyoClientLoaded” functions successfully.
          But how i call “onVidyoClientLoaded” function in quasar app.

          thanks in advance.

          1 Reply Last reply Reply Quote 1
          • indigo2018
            indigo2018 last edited by

            I need to know about using external libraries. thanks for every body support

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

              iirc, someone made it to work as a plugin, i don’t know about vidyo. maybe try search function in here or at the quasar github page about it.

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