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