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