Skip to main content
Getting an application running on Fly.io is essentially working out how to package it as a deployable image. Once packaged it can be deployed to the Fly.io platform. In this guide we’ll learn how to deploy a Nuxt application on Fly.io. You can deploy your Nuxt app on Fly with minimal effort, our CLI will do the heavy lifting.

Deploy a Nuxt app

First, install flyctl, the Fly.io CLI, and sign up to Fly.io if you haven’t already. If you don’t already have a Nuxt app, you can create one:
Now let’s launch your Nuxt app.
That’s it! Run fly apps open to see your deployed app in action. Try a few other commands: