View Source LiveVue.SSR.NodeJS (LiveVue v0.2.0)

Implements SSR by using NodeJS package.

Under the hood, it invokes "render" function exposed by server.mjs file. You can see how server.mjs is created by looking at assets.deploy command and package.json build-server script.

Summary

Functions

Link to this function

render(name, props, slots)

View Source

Callback implementation for LiveVue.SSR.render/3.