Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Vue JS 3: The Composition API, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:56
    Installation and Configuration
  2. Урок 2. 00:07:07
    Vue Single File Components
  3. Урок 3. 00:03:58
    Directives and the Setup Function
  4. Урок 4. 00:03:06
    Bindings with v-bind
  5. Урок 5. 00:05:20
    Reactivity with ref
  6. Урок 6. 00:06:31
    Derived Data with computed
  7. Урок 7. 00:05:16
    Testing with Vue Test Utils (Part 1)
  8. Урок 8. 00:06:53
    Testing with Vue Test Utils (Part 2)
  9. Урок 9. 00:05:21
    Refactoring with Confidence
  10. Урок 10. 00:04:51
    Loading with Suspense
  11. Урок 11. 00:03:50
    Defining a Reactive Store
  12. Урок 12. 00:05:03
    State Data Structures
  13. Урок 13. 00:04:05
    Fetching Posts Asynchronously
  14. Урок 14. 00:07:51
    The useStore Composable
  15. Урок 15. 00:04:34
    Mocking Axios
  16. Урок 16. 00:08:44
    Testing with Vue Test Utils (Part 3)
  17. Урок 17. 00:05:59
    Routing with Vue Router
  18. Урок 18. 00:04:13
    New Post Route
  19. Урок 19. 00:05:48
    Post Editor and Volar
  20. Урок 20. 00:07:10
    v-model Directive and Template Refs
  21. Урок 21. 00:06:14
    Two way binding with contenteditable
  22. Урок 22. 00:09:11
    Rendering HTML with Marked
  23. Урок 23. 00:05:41
    Syntax Highlighting
  24. Урок 24. 00:02:43
    Quick Styling Fix
  25. Урок 25. 00:07:10
    Optimizations: watch, watchEffect and debounce
  26. Урок 26. 00:07:16
    Custom Events and Saving a Post
  27. Урок 27. 00:12:46
    Testing with Vue Test Utils (Part 4)
  28. Урок 28. 00:08:11
    Persisting Posts and Routing with useRouter
  29. Урок 29. 00:03:36
    Teleport for Modals
  30. Урок 30. 00:05:08
    Creating the useModal Composable
  31. Урок 31. 00:07:30
    v-model with Custom Components
  32. Урок 32. 00:10:10
    Framework Agnostic Validation
  33. Урок 33. 00:07:24
    Signup Form Component
  34. Урок 34. 00:02:52
    Fixing a bug in FormInput
  35. Урок 35. 00:07:38
    Submitting the Form and Event Modifiers
  36. Урок 36. 00:05:51
    Plugins with Provide and Inject
  37. Урок 37. 00:04:36
    Testing Plugins - Testing with Vue Test Utils (Part 5)
  38. Урок 38. 00:07:48
    Testing New Post - Testing with Vue Test Utils (Part 6)
  39. Урок 39. 00:01:41
    Introduction to Authentication and Authorization
  40. Урок 40. 00:06:19
    Persisting Users
  41. Урок 41. 00:08:06
    Dynamic Components
  42. Урок 42. 00:04:32
    Optimizations with markRaw
  43. Урок 43. 00:08:43
    Advanced Routing with Router Guards
  44. Урок 44. 00:05:44
    Access Params with useRoute
  45. Урок 45. 00:05:44
    Loading Posts and a Mysterious Bug
  46. Урок 46. 00:03:15
    Editing Posts
  47. Урок 47. 00:04:56
    Fixing Two Subtle Bugs
  48. Урок 48. 00:04:25
    Authorizing the Current User
  49. Урок 49. 00:01:55
    Conditional Edit Button
  50. Урок 50. 00:09:20
    Testing Vue Router - Testing with Vue Test Utils (Part 8)
  51. Урок 51. 00:07:46
    Test Maintenance - Testing with Vue Test Utils (Part 9)
  52. Урок 52. 00:04:54
    Rendering Post HTML
  53. Урок 53. 00:03:54
    Editing Posts
  54. Урок 54. 00:07:30
    Modular Tests - Testing with Vue Test Utils (Part 10)
  55. Урок 55. 00:04:21
    Deploying to Production