From the course: Learning Nuxt.js

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

How to deploy with Vercel

How to deploy with Vercel

From the course: Learning Nuxt.js

How to deploy with Vercel

- [Female Narrator] What about deploying a server in that app? What solution do we use for this? We'll take a look at one of them called Vercel. Vercel is a platform for front-end frameworks and static sites built to integrate with your headless content, commerce or database. Vercel provides you the option to deploy your application as a server-rendered or static-generated app. For this lesson, we'll take a look at how to deploy a server-rendered Nuxt app with Vercel. The Nuxt demand contributors made an official package called the Nuxt Vercel Builder Package to help with this. This package is the ideal way to ship fast production ready Nuxt application that scales automatically on Vercel when using server-side rendered mode. Let's see how we can use it in our Nuxt application. I'll head over to the code editor and in here I'll create a new file called vercel.json. Inside this file, we'll have an object and we'll…

Contents