nuxt.render(req, res) nuxt.render(req, res) You can use Nuxt as a middleware with nuxt.render for your Node.js server. Type: Function Arguments: Request Response Return...
nuxt.renderAndGetWindow(url, options) What’s next nuxt.renderAndGetWindow(url, options) Get the window from a given URL of a Nuxt Application. Type: Function Argument: Str...
nuxt.renderRoute(route, context) nuxt.renderRoute(route, context) Render a specific route with a given context. Type: Function Arguments: String : route to render Optional,...