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 Cloudflare Pages

How to deploy with Cloudflare Pages

From the course: Learning Nuxt.js

How to deploy with Cloudflare Pages

- Congratulations, your app is ready to get deployed. There are different hosting platforms available to deploy your application. But for this lesson, we are going to be using a platform called CloudFlare Pages. CloudFlare Pages is a super fast solution for deploying dynamic front end applications. To deploy our nuxt app, we need to first have it hosted on GitHub. I currently have mine on GitHub, as you see right here. If you don't already have your repo on GitHub, go ahead and create a new repo and push all of your work to it. Next head over to the CloudFlare Pages website and if you don't currently have an account, you would need to create one by signing up. But if you do, you can go ahead and login. You get redirected to the pages dashboard. In this dashboard you'd click the, create a new project button and this would take you to the project settings, right? For our applications, since we have it hosted on GitHub,…

Contents