Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

1-14 Deploying our MVP to Netlify

Finally, we get to deploy our app!

In this lesson, we’ll see how we can deploy our app using Netlify. From this point on, you’ll be able to deploy your app whenever you want throughout the course.

A great way to share your progress with friends and co-workers!

Update, March 2023: If you’re using pnpm you will need to add a .nprmc file to the root of your project with the single line shamefully-hoist=true. This will make sure that when Netlify builds your project it runs pnpm with the flag --shamefully-hoist.

Netlify: https://www.netlify.com/

Zero-configuration deploy with Nitro: https://nitro.unjs.io/deploy/#zero-config-providers