Web components in Nuxt3?
I've scoured the web and can't find any assistance with the best way to create web components with Nuxt3. I am creating an embeddable widget and want to serve it as a self-composed web component within my project.
Can someone please point me in the right direction?
2 Replies
Hoping these may help?
https://vuejs.org/guide/extras/web-components.html
https://github.com/nuxt/nuxt/discussions/17263
Vue.js
Vue.js - The Progressive JavaScript Framework
GitHub
Custom elements integration (Web components) · nuxt nuxt · Discussi...
Hi there, hope it will be useful to someone because I spent a lot of time integrating custom elements (Web Components) in the nuxt3 framework... The background: We (company) are going to migrate fr...