How can I use this plugin in VueJS or NuxtJS projects? #964
Unanswered
hasib-devs
asked this question in
Q&A
Replies: 1 comment
-
I hope this helps. I resorted to using a CDN as documented in this README. I'm currently working on Nuxt v3 & using useHead({
title: 'Chat Page',
script: [
{
src: 'https://unpkg.com/@xmpp/[email protected]/dist/xmpp.min.js',
body: true
}
]
}); You can access the client through the All the best. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to this plugin, is there any good article or video about using this plugin in React, Vue front-end library?
Beta Was this translation helpful? Give feedback.
All reactions