How to use external libraries ?
-
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> -
read about App Plugins in the docs, should help you how to it.
https://quasar-framework.org/guide/app-plugins.html#Usage-of-app-pluginsyou can then import that plugin after setting it up.
ie. // some vue/js file
import MyLibrary from ‘plugins/mylibrary’ -
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.
-
I need to know about using external libraries. thanks for every body support
-
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.