Plugins with Nuxt 3 — Course part 7

preview_player
Показать описание

Thanks for watching! Please subscribe ❤️

Guillaume

👇

Read my adventures

Join my Discord

Book a coaching

Looking for a repository?

Visit my website

Install my package UserItem

💥 TOP VIDEOS

Learn Nuxt

Learn Nextjs

Learn Supabase

⚙️

• Theme that I use: VSCode Dark
• Snippets: my own, coming soon :)

Thank you :)

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

Very well done. The lack of examples on the web was daunting for me until I found your video. Merci.

stevesaperstein
Автор

very very simple love and start subs i will look the other videos i am sure i will find very usefull informaiton for me thanks

batuhankir
Автор

Hello/ What a difference with composables?

Jonstonrich
Автор

Thanks Guillaume! What’s the difference between Plugins and Composables? It seems as if they are based on the same logic.

athu
Автор

how do make ssr: false for a particular plugin? I installed vue-carousel and used it like this but its giving me window is not defined error:

import VueCarousel from 'vue-carousel';

export default defineNuxtPlugin(nuxtApp => {
nuxtApp.vueApp.component('VueCarousel', VueCarousel)
})

Thanks for the video

mohammedkhushabalam
Автор

How would you setup a unit test for functions provided by your plugin?

HiMyNameWaffy
Автор

hello, I'm a bit wondering why the need of the use of plugins, if one can simply import javascript or typescript files from a shared folder and reuse those functions everywhere ?

carlotadias
Автор

How can I use a plugin inside the <template> tags?

FalconStakepool
Автор

Very well done. But if you sre not an native english speaker then you'll face problems with comprehension.

АндрейСердюк-эч
Автор

But I think you forget to talk about third party plugins, how to use them 😐

iUmerFarooq