You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just test this repo again. And indeed I see the same error message.
Seems my repo was based on Vue2, and is by now 6 years old. Github's depedency-bot kept bumpin-up the dependency version to Vue 3.x.
I found 2 things that might help you on your way. Seem Vue 3.2 do support compiling to Web-Components (WC). But the I can't seem to find a vue-cli-service build equivalent like my repo (for Vue2).
When I follow the readme instructions
npm run build
gives me the following error:Vue 3 support of the web component target is still under development
However, I see your GitHub pages are still building so I'm wondering if I might have missed something here.
The text was updated successfully, but these errors were encountered: