Page 1 of 1

Using component as a module

Posted: 17 May 2023, 10:19
by eugene86
Hi all!
I'm looking for a way to use my primeVue component as an es module that is located on a server and i can fetch it and use on the page.
The idea is - that this module would be totally independent and would contain whole primeVue code in it, so that i don't have to install primeVue locally or use a CDN.
Is that possible at all? Currently i can't load it without installing and doing app.use(PrimeVue)
Thank you!