Is there a way to install Vue 3 component using cdn?

Is there a way to install Vue 3 component using cdn?

TLaryTLary 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

  • allanallan Posts: 61,696Questions: 1Answers: 10,102 Site admin
    Answer ✓

    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

  • TLaryTLary Posts: 2Questions: 1Answers: 0

    Thanks for your answer. Yes, I am loading Vue from a CDN.

  • allanallan Posts: 61,696Questions: 1Answers: 10,102 Site admin

    I've just uploaded the distribution files for the current 2.1.0 release:

    Allan

Sign In or Register to comment.