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

Implements SSR by using NodeJS package.

Under the hood, it invokes "render" function exposed by server.js file. You can see how server.js 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.