Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Vue 3 Bootcamp - The Complete Developer Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:06
    Introduction
  2. Урок 2. 00:03:42
    A Little Bit of Setup
  3. Урок 3. 00:02:41
    What is VueJS
  4. Урок 4. 00:04:19
    Building the HTML Template
  5. Урок 5. 00:03:27
    Styling Our App With CSS
  6. Урок 6. 00:09:12
    Making it Functional With JavaScript
  7. Урок 7. 00:04:03
    Creating a Vue App
  8. Урок 8. 00:08:08
    Rebuilding the App in Vue
  9. Урок 9. 00:04:21
    Vue vs Vanilla JS
  10. Урок 10. 00:09:05
    Installing Needed Dependencies
  11. Урок 11. 00:04:52
    Spinning Up a Vue Development Server
  12. Урок 12. 00:05:07
    Some Important Terminologies
  13. Урок 13. 00:06:11
    Creating HTML With Vue Templates
  14. Урок 14. 00:05:07
    Styling Our App
  15. Урок 15. 00:04:16
    Accessing Variables Within Our HTML
  16. Урок 16. 00:05:48
    Adding Event Handlers
  17. Урок 17. 00:06:27
    Defining Our Variable as State
  18. Урок 18. 00:08:32
    Composition API vs Options API
  19. Урок 19. 00:02:34
    App Overview
  20. Урок 20. 00:19:12
    [OPTIONAL] Building the HTML and CSS
  21. Урок 21. 00:08:21
    Conditional Rendering With v-if
  22. Урок 22. 00:06:26
    Two Way Binding With v-model
  23. Урок 23. 00:10:44
    Event Handling By Creating a New Note
  24. Урок 24. 00:08:53
    Iteratively Rendering DOM Elements With v-for
  25. Урок 25. 00:04:16
    The Importances of a Key
  26. Урок 26. 00:09:33
    Adding Error Handling
  27. Урок 27. 00:03:26
    App Overview
  28. Урок 28. 00:10:59
    [OPTIONAL] The HTML and CSS
  29. Урок 29. 00:05:10
    List Card Rendering
  30. Урок 30. 00:06:09
    Watching For State Changes
  31. Урок 31. 00:09:49
    Separating Our Code Into Components
  32. Урок 32. 00:06:02
    Passing Data to Components via Props
  33. Урок 33. 00:04:25
    Introduction to Routing
  34. Урок 34. 00:02:35
    Creating a New App
  35. Урок 35. 00:03:26
    Creating Two View Components
  36. Урок 36. 00:10:17
    Adding Routing to Our App
  37. Урок 37. 00:07:52
    RouterLink to Navigate Within the App
  38. Урок 38. 00:03:30
    Styling the Active RouterLink
  39. Урок 39. 00:13:05
    Pages With Dynamic Paths
  40. Урок 40. 00:05:14
    Extracting the Path Params
  41. Урок 41. 00:11:24
    The Powers of Nested Routes
  42. Урок 42. 00:05:57
    Programmatically Adjust the Route
  43. Урок 43. 00:09:08
    Adding 404 Not Found Pages
  44. Урок 44. 00:02:16
    Redirect Routes
  45. Урок 45. 00:12:24
    Routing Our Quiz App
  46. Урок 46. 00:11:35
    Quiz Page HTML and CSS
  47. Урок 47. 00:05:08
    Separating Code Into Components
  48. Урок 48. 00:08:57
    Passing Props to the Question Component
  49. Урок 49. 00:07:16
    Listening to Changes With Watch
  50. Урок 50. 00:03:35
    Computing Values With State
  51. Урок 51. 00:04:03
    More Computing...
  52. Урок 52. 00:09:10
    Passing Data From the Child to the Parent
  53. Урок 53. 00:09:22
    Emitting an Event From the Child Component
  54. Урок 54. 00:11:44
    Completing the Quiz
  55. Урок 55. 00:04:12
    Introduction to Vue Animations
  56. Урок 56. 00:09:31
    The Transition Component
  57. Урок 57. 00:04:16
    Animating When a Component Leaves
  58. Урок 58. 00:04:55
    Conditional Rendering Animations
  59. Урок 59. 00:11:51
    Building a Small App
  60. Урок 60. 00:05:17
    TransitionGroup to Animate Multiple Elements
  61. Урок 61. 00:03:48
    Animating the Other Cards Into Place
  62. Урок 62. 00:08:17
    Routing Animations
  63. Урок 63. 00:06:17
    Animating Upon Rendering
  64. Урок 64. 00:06:09
    Lifecycle Hook of the Transition
  65. Урок 65. 00:08:02
    Animation Styling With JavaScript
  66. Урок 66. 00:01:46
    App Overview
  67. Урок 67. 00:05:25
    The Process of Fetching Data From an API
  68. Урок 68. 00:02:25
    Creating the App
  69. Урок 69. 00:04:44
    Where to Fetch the Data
  70. Урок 70. 00:09:34
    Making the HTTP Requests
  71. Урок 71. 00:07:35
    The Suspense Component
  72. Урок 72. 00:05:59
    Request Offsets and Limits
  73. Урок 73. 00:07:00
    Implementing Paginations
  74. Урок 74. 00:18:03
    Building the UI
  75. Урок 75. 00:02:59
    A Little Fix
  76. Урок 76. 00:10:47
    Component Lifecycle Hooks
  77. Урок 77. 00:07:31
    Fetching Data With onMounted
  78. Урок 78. 00:13:34
    Slots For Dynamic HTML
  79. Урок 79. 00:09:09
    More on Slots
  80. Урок 80. 00:06:26
    Adding a Better Loading State
  81. Урок 81. 00:10:04
    Creating the Header Component
  82. Урок 82. 00:05:48
    Maintaining State With KeepAlive
  83. Урок 83. 00:03:18
    Introduction to State Management
  84. Урок 84. 00:05:50
    Building a Small Project
  85. Урок 85. 00:03:44
    Declaring State With Reactive
  86. Урок 86. 00:06:52
    Ref vs Reactive
  87. Урок 87. 00:06:18
    A Lot of Nested Components
  88. Урок 88. 00:07:37
    Prop Drilling
  89. Урок 89. 00:09:02
    Provide/Inject
  90. Урок 90. 00:07:06
    Store Reusable Logic With Composables
  91. Урок 91. 00:13:39
    Global State With Pinia
  92. Урок 92. 00:09:51
    An Introduction to TypeScript
  93. Урок 93. 00:18:47
    An Optional TypeScript Lesson
  94. Урок 94. 00:05:17
    Building the HTML App
  95. Урок 95. 00:05:10
    Types With State
  96. Урок 96. 00:07:56
    Types With Functions
  97. Урок 97. 00:08:38
    Types With Props
  98. Урок 98. 00:08:10
    Types With Computed
  99. Урок 99. 00:03:48
    Reusing Our Types Throughout Multiple Components
  100. Урок 100. 00:03:05
    Project Overview
  101. Урок 101. 00:01:37
    Your Two Options
  102. Урок 102. 00:07:07
    Setting Up the Vue App
  103. Урок 103. 00:14:58
    Building the NavBar
  104. Урок 104. 00:13:23
    Building the Modal
  105. Урок 105. 00:12:37
    Building the Timeline
  106. Урок 106. 00:07:13
    Adding a Profile View
  107. Урок 107. 00:08:59
    Adding the User Bar
  108. Урок 108. 00:05:17
    Adding an Image Gallary
  109. Урок 109. 00:01:58
    An Introduction to Authentication
  110. Урок 110. 00:03:38
    Supabase - A Backend as a Service
  111. Урок 111. 00:04:12
    Connecting Our Vue App to Supabase
  112. Урок 112. 00:04:39
    Creating a Pinia User Store
  113. Урок 113. 00:14:45
    Adding Input Validation
  114. Урок 114. 00:03:21
    Client vs Backend Validation
  115. Урок 115. 00:11:42
    Signing Up the User
  116. Урок 116. 00:08:10
    Validating if the User is Already Registered
  117. Урок 117. 00:03:15
    Improving Error Handing
  118. Урок 118. 00:05:31
    Adding a Loading State For the Modal
  119. Урок 119. 00:07:34
    Handling the Success Case
  120. Урок 120. 00:13:01
    Adding the Login Logic
  121. Урок 121. 00:11:52
    Persisting the Login State
  122. Урок 122. 00:05:38
    A Loading State for Retrieving the User
  123. Урок 123. 00:07:13
    Handling Logout
  124. Урок 124. 00:03:17
    Navigating to the User's Profile
  125. Урок 125. 00:09:54
    Conditionally Rendering the Upload Photo Modal
  126. Урок 126. 00:06:43
    Adding the Input Elements
  127. Урок 127. 00:02:52
    Creating a Bucket For File Storage
  128. Урок 128. 00:06:05
    Programmatically Uploading a Photo
  129. Урок 129. 00:02:50
    Updating the Image Policy
  130. Урок 130. 00:05:59
    Creating the Posts Table
  131. Урок 131. 00:06:12
    Adding a Post to Our DB
  132. Урок 132. 00:04:37
    Adding a Loading State
  133. Урок 133. 00:08:10
    Handling the Success State
  134. Урок 134. 00:09:37
    Fetching Posts Upon Render
  135. Урок 135. 00:02:35
    Adding a Loading State
  136. Урок 136. 00:04:50
    Building a Following Follower Table
  137. Урок 137. 00:03:06
    Conditionally Rendering a Follow Button
  138. Урок 138. 00:01:33
    Making the Profile Component Reactive
  139. Урок 139. 00:05:19
    Implementing the Follow User Functionality
  140. Урок 140. 00:11:00
    Determining Follower Info on Render
  141. Урок 141. 00:02:32
    Implementing the Unfollow Functionality
  142. Урок 142. 00:02:29
    Toggling the Follow/Following Buttons
  143. Урок 143. 00:07:53
    Performing Aggregate Queries
  144. Урок 144. 00:06:40
    Check Auth Status in Timeline Page
  145. Урок 145. 00:03:54
    Separating HTML into Components
  146. Урок 146. 00:05:28
    Fetching the Followers
  147. Урок 147. 00:05:14
    Fetching the Followers' Posts
  148. Урок 148. 00:02:32
    Rendering the Posts
  149. Урок 149. 00:01:43
    Sorting By Most Recent
  150. Урок 150. 00:04:01
    Let's Do Some Math
  151. Урок 151. 00:08:41
    The Intersection Observer API
  152. Урок 152. 00:03:42
    Emitting an Event on Intersect
  153. Урок 153. 00:06:23
    Implementing the Pagination
  154. Урок 154. 00:04:19
    Stopping Unnecessary HTTP Requests
  155. Урок 155. 00:05:31
    Saving Data in Environment Variables