karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

[Is it possible to use vue-custom-elements without webpack and npm? Vue itself is installed in the project via CDN. #225

Closed Kosmostars7403 closed 3 years ago

karol-f commented 3 years ago

Yes, just use https://unpkg.com/vue-custom-element@3/dist/vue-custom-element.min.js.

If Vue is accessible globally (on window object) it should install itself automatically.