Nuxt 3 Crash Course #6 - Layouts

preview_player
Показать описание
In this Nuxt lesson, you'll lear how to make layout files for your pages.

⭐⭐ Watch the whole course now (without ads) on Net Ninja Pro:

🐱‍💻 Access the course files on GitHub:

🐱‍💻 Vue 3 Tutorial:

🐱‍💻 Tailwind Tutorial:

Рекомендации по теме
Комментарии
Автор

A huge fan of Nuxt ☺ Can't wait to see more tutorials! Thank you so much 🙏

zooldeveloper
Автор

wow clear and to point explanation so smart easy to catch! bravo!

raihan.nismara
Автор

Love the video 😃
Will you be doing advanced stuff? like server and author a nuxt module?

davidbaldonado
Автор

Waiting for Shaun to upload the last video in this series called, "The nuxt steps"

fahimemroz
Автор

If we add header this way with slot and by naming file default.vue, how we can create footer and what name should we give it to the file ?

jovanabsorbagency
Автор

Okay, simple question but can't figure it out. How does he get his <Nuxt> tags to turn green in VS Code?

CrawDaddyT
Автор

Make a video building a website with admin and user dashboard using js and nodejs
Thanks you are the best

piuspolocha
Автор

I can do something like this in the default layout component:

<template>
<nav-bar />
<main>
<NuxtPage />
</main>

<the-footer />
</template>


what is the difference between using <NuxtPage> and slots in this case?!

moathdw
Автор

It's just going to take all those components? What a slot.

zRides
Автор

Guys, how to force to re-render the page without the restrarting from the CLI ?

yippeeki-yey
Автор

Hello Sir, am phaisal from Ghana . can you do a video on how to upload images or files to firebase .

dekinlinux
Автор

I had some problems - the menu wasn't being displayed, but it fixed itself when I deleted my app.vue (which was simply showing NuxtPage)

Khantia
Автор

A doubt, can’t we do that in the app.vue file?

athu
Автор

Umm, I can't find the rest of the series. Is it just me or you haven't updated everything on YouTube? 🤔

adewaleadeyemi
Автор

Why is your "NuxtLink" in a green color?

larsnobel