vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
551 stars 48 forks source link

Support for web-component build #18

Open lstoeferle opened 2 years ago

lstoeferle commented 2 years ago

Hi everyone, thanks to underfin/vite-plugin-vue2 we were able to use Vite for Vue2 < v2.7 👏 for quite some time already. Unfortunately I missed the option of having a web-component build. Back then I tried to build the web-component using the @vue/web-component-wrapper directly in this example project, but I never got it fully running (CSS loading issues).

Is there any chance to have a "vue-cli"-like option in the new official Vue2 plugin?

Thanks for your hard work 💪👏 and kind regards, Lukas