Vue.js Complete Course ( 2025 )

Опубликовано: 10 Октябрь 2025
на канале: HuXn WebDev
18,528
839

Vue.js is a popular JavaScript framework used for building user interfaces (UIs) and single-page applications (SPAs). It’s known for being progressive, meaning you can use as little or as much of it as you need ranging from a simple widget on a page to a full-featured frontend application.

If You Want To Support My Work 👇
   / @huxnwebdev  

Follow Me On 👇
Any Questions?:   / huxnshorts  
Shorts Channel:    / @huxn2.0  
Twitter ( X ):   / huxnwebdev  
GitHub: https://github.com/huxn-webdev

00:00 - Intro
1:21 - Vue Installations
2:08 - Folder Structure
3:53 - What is Components
4:21 - Components Example
5:35 - Components In Action
6:43 - What is Text Interpolation
7:05 - Text Interpolation In Action
9:00 - What is Attribute Bindings
9:18 - Attribute Bindings In Action
10:53 - What is Reactivity
11:55 - Reactive In Action Example 1
13:57 - Reactive In Action Example 2
16:04 - Things You Can't Do With Reactive
16:37 - What is Ref
17:04 - Ref In Action Example 1
18:08 - Ref In Action Example 2
18:43 - What is Computed Property
19:03 - Computed Property In Action
19:44 - What is Conditional Rendering
20:38 - Conditional Rendering In Action
22:17 - What is V-Show
22:40 - V-Show In Action
23:31 - What is V-For Directive
24:01 - V-For In Action
24:40 - V-For Keys
25:36 - What Are Props
25:59 - Props In Action
27:47 - Dynamic Props
28:57 - Changing Props
29:56 - What are Slots
30:09 - Slots In Action
31:02 - Fallback Content
32:23 - Named Slots
33:42 - What is Provide & Inject
36:06 - Without Using Provide & Inject
37:55 - Using Provide & Inject
39:05 - What are Watchers
39:50 - Watchers In Action
40:45 - What are Template Refs
41:09 - Template Ref In Action
43:03 - Fetching Data In Vue
44:09 - Outro