Deploy

Node.js

Node preset is the default preset for Nuxt and Nuxt Content. It is used to build and run Nuxt applications on Node.js.

Node preset is the default preset for Nuxt and Nuxt Content. It is used to build and run Nuxt applications on Node.js.

Build project with Nuxt build command:

Terminal
nuxi build

When running nuxi build with the Node server preset, the result will be an entry point that launches a ready-to-run Node server. To try output:

Terminal
$ node .output/server/index.mjs
Listening on http://localhost:3000