Stenciljs SSR with vitepress (vue) #6688
rriemann
started this conversation in
Stencil Testing
Replies: 1 comment 1 reply
-
|
hey @rriemann 👋
where you'd do ^ 2 will depend. Having just had a brief look at vitepress docs, I'd guess transformhtml is a likely candidate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I am entirely new to stenciljs. A custom components (webcomponents) library I rely on is made with Stenciljs and I try to integrate this one in vitepress that uses vue.
I got it working in the developer preview of vitepress, but ran into hydration mismatches for production builds. I presume I need to add a hydrate target to the custom components stenciljs project and configure SSR support in vitepress with it.
I have not found any example code of stenciljs components, vue/vite and SSR. Is this supposed to work? Do you know of public examples to learn from?
Beta Was this translation helpful? Give feedback.
All reactions