Join our community

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

7-Intro

In this chapter, we’ll tackle building a sales page and checkout for our course.

The focus here is on making our landing page blazing fast. We’ll look at different render modes, including static generation and pre-rendering, how to manage static assets like images, and lazy loading components so they don’t block rendering.

We’ll also build the checkout by integrating with Stripe, exploring the differences between runtime config and app config along the way.