N
Nuxt•2y ago
TheSpik3

How to render single component on server to HTML

Hi, is there any way to render single component to HTML on server? Something like https://react.dev/reference/react-dom/server/renderToStaticMarkup does?
2 Replies
taunoha
taunoha•2y ago
Nuxt
components/ · Nuxt Directory Structure
The components/ directory is where you put all your Vue components.
TheSpik3
TheSpik3OP•2y ago
I would like to use it for something like this https://react.email/docs/utilities/render, so I don't think server components are useable for it. Nevermind, I found this https://github.com/Dave136/vue-email 😄

Did you find this page helpful?