Is there a way to install Vue 3 component using cdn?
Is there a way to install Vue 3 component using cdn?
TLary
Posts: 2Questions: 1Answers: 0
Hello! I have finded this information https://datatables.net/blog/2022-06-22-vue about Vue3 component. I see that there are expample how to install this using npm. Is there any way to install this using cdn?
This question has an accepted answers - jump to answer
Answers
No - I haven't added it to our CDN. I'd just assumed that nearly all uses of Vue would be through a package builder such as WebPack / Vite / etc. Is that not the case for you? Are you loading Vue and everything else from a CDN?
Allan
Thanks for your answer. Yes, I am loading Vue from a CDN.
I've just uploaded the distribution files for the current 2.1.0 release:
Allan