Northflank
Deploy your Nuxt Application to Northflank infrastructure.
Nuxt supports deploying on Northflank with minimal configuration.
Setup
- Link your Git provider and create a new project in Northflank.
- In your project, create a Service and connect it to your Nuxt repository.
- Ensure your package.json includes a start script that runs the Nuxt production server.
package.json
{
"scripts": {
"start": "node .output/server/index.mjs"
}
}
- Click "Create Service" to build and deploy your Nuxt app.