I am starting a new component library, using VueJS. VueJS has built-in support for compiling down to a web component, as documented here.
I was really hoping to use CEM analyzer to generate a manifest file for my VueJS components, because it would enable lots of great tooling. However, it looks like VueJS isn't supported yet.
The closest thing I could find was the custom-element-vuejs-integration plugin, but from what I can tell, that's for using web components inside a VueJS application, not for making a manifest for VueJS-created components.
Please let me know if I'm missing something. Otherwise, I'd like to request this feature.
I am starting a new component library, using VueJS. VueJS has built-in support for compiling down to a web component, as documented here.
I was really hoping to use CEM analyzer to generate a manifest file for my VueJS components, because it would enable lots of great tooling. However, it looks like VueJS isn't supported yet.
The closest thing I could find was the custom-element-vuejs-integration plugin, but from what I can tell, that's for using web components inside a VueJS application, not for making a manifest for VueJS-created components.
Please let me know if I'm missing something. Otherwise, I'd like to request this feature.