Category: Components

Rendering a Page

You can render a Nuxt page by using the <NuxtPage> component.

More ...

Layout for the App

You can set up a layout to be shared between the pages of your app.

More ...

The NuxtLink Component

Use <NuxtLink> to create a link between two pages as in a single-page app.

More ...

Render part of the page only on the client

You can opt out of Server-Side Rendering on the component level.

More ...

Preload Images

Use the preload attribute on <NuxtImg> to load images that you need to display immediately.

More ...