-
Урок 1.
00:03:07
Introduction
-
Урок 2.
00:03:16
Your First Vue.js App
-
Урок 3.
00:02:18
Adding a Template Property
-
Урок 4.
00:03:42
User Interactions with Methods
-
Урок 5.
00:03:05
Control Flow with v-if and v-else
-
Урок 6.
00:02:52
Loops with v-for
-
Урок 7.
00:02:40
Computed Properties
-
Урок 8.
00:04:21
Class Bindings
-
Урок 9.
00:07:14
Input Validation
-
Урок 10.
00:03:42
The Amazing v-model
-
Урок 11.
00:02:17
Your First Component
-
Урок 12.
00:05:43
Component Props
-
Урок 13.
00:06:42
Child-Parent Communication with Events
-
Урок 14.
00:01:04
Project #1: User Sign-up Form w/ Validation
-
Урок 15.
00:04:26
Single File Components
-
Урок 16.
00:06:39
A Custom Button Component
-
Урок 17.
00:04:08
Custom Input Foundations
-
Урок 18.
00:06:32
Dynamic Validation
-
Урок 19.
00:06:49
Rethinking the Form State
-
Урок 20.
00:05:06
Validating the Form
-
Урок 21.
00:06:24
Submitting the Form and Finishing Up
-
Урок 22.
00:00:51
Project #2: Pokemon Evolutions
-
Урок 23.
00:02:03
Creating the Card Foundations
-
Урок 24.
00:05:16
Loading Remote Data with Fetch
-
Урок 25.
00:05:22
Fetching Multiple Data Sources
-
Урок 26.
00:02:08
Lifecycle Hooks
-
Урок 27.
00:03:12
Rendering Content
-
Урок 28.
00:07:54
Modular Components with Slots
-
Урок 29.
00:04:42
Reusing Code to Fetch Evolutions
-
Урок 30.
00:04:10
Better Styles with Class Bindings
-
Урок 31.
00:08:40
Separating Business Logic and Presentation Components
-
Урок 32.
00:01:24
Composition Fundamentals Introduction
-
Урок 33.
00:02:24
Hello, Composition API!
-
Урок 34.
00:06:55
Reactivity with ref
-
Урок 35.
00:03:28
Reactive for Complex Values
-
Урок 36.
00:03:02
Composing Computed Properties
-
Урок 37.
00:03:58
Watch and Watch Effect
-
Урок 38.
00:06:08
Before and After with watch
-
Урок 39.
00:05:03
The useNumbers Composable
-
Урок 40.
00:03:25
Open Source Library: Vue Use
-
Урок 41.
00:01:13
Projet #3: Microblog (with the Composition API)
-
Урок 42.
00:03:06
Creating the Microblog Store
-
Урок 43.
00:05:07
Render Posts with the Card Component
-
Урок 44.
00:04:18
The Hashtag Component
-
Урок 45.
00:06:28
Emitting Events with the Composition API
-
Урок 46.
00:03:34
Filtering Posts with Computed
-
Урок 47.
00:06:08
Refactoring with the Posts Store
-
Урок 48.
00:03:36
Liking a Post
-
Урок 49.
00:03:47
Searching for Hashtags
-
Урок 50.
00:03:31
Mind Blowing Fefactor and Exercises
-
Урок 51.
00:01:14
Vue Router Fundamentals
-
Урок 52.
00:05:58
Hello Vue Router
-
Урок 53.
00:03:46
The Router Link component
-
Урок 54.
00:03:44
Children and Nested Routes
-
Урок 55.
00:06:32
Route Params with the Composition API
-
Урок 56.
00:03:25
New Post Route
-
Урок 57.
00:02:36
New Post Form
-
Урок 58.
00:05:58
usePosts Composable
-
Урок 59.
00:02:45
Redirects with Vue Router
-
Урок 60.
00:10:26
Options API Refactor
-
Урок 61.
00:01:12
Introduction to Vuex
-
Урок 62.
00:04:41
Create a Vuex Store and State
-
Урок 63.
00:04:47
Updating State with Mutations
-
Урок 64.
00:05:24
More on Mutations
-
Урок 65.
00:04:09
Dispatching Actions
-
Урок 66.
00:03:29
Mocking the Server and Fetching Posts
-
Урок 67.
00:02:52
Showing the Current Post
-
Урок 68.
00:02:12
Vuex Getters
-
Урок 69.
00:04:58
Scaling Vuex with Modules
-
Урок 70.
00:03:58
Options API Refactor
-
Урок 71.
00:01:11
Introduction to the Capstone Project
-
Урок 72.
00:02:52
Setting Up Vuex
-
Урок 73.
00:03:22
Scalable Layouts with Slots
-
Урок 74.
00:04:53
Reusable Layouts
-
Урок 75.
00:03:19
Fetching Albums with Fetch
-
Урок 76.
00:04:27
Data Fetching Workflow with Vuex
-
Урок 77.
00:03:48
Creating the Album Component
-
Урок 78.
00:04:25
Fetching Thousands of Photos
-
Урок 79.
00:03:31
Adding Routing
-
Урок 80.
00:03:54
Improved Routing
-
Урок 81.
00:01:43
Routing with Router Link
-
Урок 82.
00:03:53
watchEffect and Routing Params
-
Урок 83.
00:04:48
Vuex Level Caching for Better Performance
-
Урок 84.
00:01:54
Parting Words and Recommendations