Learn Vue 3 - Ep 5, One Vue Component Per File

preview_player
Показать описание
We can technically inline child Vue components, but you'll rarely do so. Instead, a much cleaner approach is to store each Vue component within its own file. Let's take care of that in this episode.

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

I'm already using vue at work, and had to do other stuff that didnt used vue, decided to refresh my memory and the way you build towards a more complex vue app is just unique! One must really master Vue to present the way you do. You are like Bob Ross for teaching programming.

whisperscribe
Автор

sir i am thankful to you for providing such a great knowledge free of cost . i eagrly waiting for upcoming episodes.

shammikumar
Автор

Thank you for so great lessons! Please, do not stop making videos!

turdakhov
Автор

Tried to many tutorials but this is the best vuejs series ever after vuemastery.

raunakhajela
Автор

ERROR: import can only be used with TypeScript files 1:48

SusanWinters
Автор

I never did get this example to work. Oddly it would not process/execute the AppButton.js file. I ended up using Vue UI, and creating a AppButton.vue component.

forrest
Автор

please do react js too. you are my only hope :)

sushanshresthadxs
Автор

How to auto fill the path of the import file like 1:37

ahmao
Автор

I'm getting CORS error (CORS request not http). Any idea how to proceed?

Abazigal