Vue 3 Tutorial playlist : • Vue 3 Tutorial For Beginners #1 - Intro &...
Hello, In this video we're going to explore components from basic to advanced concepts. Through this part of our Vue Tutorial you're going to learn :
1. how to create a components and register it
2. pass data to components
3. emit events from components
Code for this Video : https://github.com/Bienfait-ijambo/vu...
Vue 3 final project link : https://github.com/Bienfait-ijambo/vu...
Node-server final project link : https://github.com/Bienfait-ijambo/no...
Laravel-server final project link : https://github.com/Bienfait-ijambo/wi...
Checkout my TypeScript course : • TypeScript Tutorial for Beginners - What i...
Subscribe : / @wizengineer
TimesCode
0:00 - Introduction
1:26 - Creating the UI with BootStrap
7:31 - Structure our App into Components
10:48 - Passing Data to Components
13:53 - Emits Events from a Components
19:04 - Slot