-
Урок 1.
00:01:22
Course Overview
-
Урок 2.
00:00:33
Introduction to Getting Started with Vue
-
Урок 3.
00:03:30
Create Your First Vue App
-
Урок 4.
00:03:01
Tooling
-
Урок 5.
00:01:58
Getting Familiar with the Vue CLI and Tooling
-
Урок 6.
00:03:41
Getting and Exploring the Sample Code
-
Урок 7.
00:03:38
Learn How a Vue App Starts
-
Урок 8.
00:00:56
Getting Started Summary
-
Урок 9.
00:00:37
Introducing Vue Data Binding
-
Урок 10.
00:04:24
Creating Bindings in the Header Bar
-
Урок 11.
00:04:29
Display Text
-
Урок 12.
00:03:29
Handling Event
-
Урок 13.
00:02:07
Accepting User Input with Two-way Bindings
-
Урок 14.
00:02:25
Checkbox, Radio Buttons, and Style Bindings
-
Урок 15.
00:04:28
Select and Class Bindings
-
Урок 16.
00:01:01
Recap of Tips for Displaying Data
-
Урок 17.
00:00:50
Introducing Vue Lists and Conditionals
-
Урок 18.
00:05:46
Rendering Lists
-
Урок 19.
00:02:56
Selecting and Highlighting Items from a List
-
Урок 20.
00:02:56
Adding and Removing Content
-
Урок 21.
00:04:54
Showing and Hiding Content
-
Урок 22.
00:01:27
Recap of Lists and Conditionals with Master Detail Data
-
Урок 23.
00:01:06
Introducing Single Component Interactions
-
Урок 24.
00:05:28
Defining Data Models
-
Урок 25.
00:02:59
Creating Computed Properties
-
Урок 26.
00:05:14
Using Component Lifecycle Hooks
-
Урок 27.
00:06:25
Watching Properties
-
Урок 28.
00:06:55
Creating Custom Date Filters
-
Урок 29.
00:01:09
Recap of Tools Inside of a Component
-
Урок 30.
00:00:50
Introducing Component Communication
-
Урок 31.
00:04:15
Nesting Components in Components
-
Урок 32.
00:03:49
Passing Values to Child Components with Props
-
Урок 33.
00:05:32
Refactor One Component into Parent and Child Components
-
Урок 34.
00:06:01
Passing Objects in Props
-
Урок 35.
00:04:48
Communicating from Child to Parent with Events
-
Урок 36.
00:06:44
Sharing Code with Mixins and Modules
-
Урок 37.
00:01:05
Recap of Component Communication
-
Урок 38.
00:00:38
Accessing Data
-
Урок 39.
00:01:19
Using the axios HTTP Client
-
Урок 40.
00:07:34
Fetching Data from an API
-
Урок 41.
00:03:15
Getting Data for Different Environments
-
Урок 42.
00:03:49
Parsing Responses and Error Handling
-
Урок 43.
00:01:17
Recap of Accessing Data
-
Урок 44.
00:01:39
Introducing Routing
-
Урок 45.
00:07:58
Adding Routing
-
Урок 46.
00:04:54
Adding Navigation
-
Урок 47.
00:06:47
Defining and Passing Route Parameters
-
Урок 48.
00:02:57
Router Parameters and Props
-
Урок 49.
00:05:17
Eager and Lazy Loading
-
Урок 50.
00:03:49
Navigate via Code
-
Урок 51.
00:01:31
Recap of Routing and Navigation
-
Урок 52.
00:01:03
Introducing Vuex
-
Урок 53.
00:01:43
No Central Store
-
Урок 54.
00:05:58
Centralize the Data Flow with Vuex
-
Урок 55.
00:04:26
Add Vuex to Your App
-
Урок 56.
00:05:19
Describing Your State
-
Урок 57.
00:06:31
Fetching State
-
Урок 58.
00:03:58
Getting Specific State
-
Урок 59.
00:04:01
Strict Mode
-
Урок 60.
00:03:38
Mutating State
-
Урок 61.
00:04:29
Actions
-
Урок 62.
00:05:05
Communicate Between Components and the Store
-
Урок 63.
00:01:57
Final Solution Walk-through
-
Урок 64.
00:01:25
Recap of Vuex