LiveVue.SSR.NodeJS (LiveVue v1.1.0)

Copy Markdown View Source

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 the assets.deploy Mix alias configured by the installer.

Summary

Functions

render(name, props, slots)

Callback implementation for LiveVue.SSR.render/3.

server_path()