Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Vue js 3 Practical Guide w/ Composition API, Router (2022), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:31
    Introduction
  2. Урок 2. 00:01:19
    Section Intro
  3. Урок 3. 00:06:55
    Installing Vue.js using Build Tools
  4. Урок 4. 00:09:39
    Single File Component
  5. Урок 5. 00:08:44
    Directives and Attribute bindings
  6. Урок 6. 00:06:51
    Handling events
  7. Урок 7. 00:04:08
    Two way bindings with v-model
  8. Урок 8. 00:07:48
    Working with methods
  9. Урок 9. 00:06:24
    Style and Class bindings
  10. Урок 10. 00:03:46
    Computed Properties
  11. Урок 11. 00:04:01
    Watchers
  12. Урок 12. 00:03:06
    Styling the Tags Input component
  13. Урок 13. 00:08:44
    Component Communication with Props
  14. Урок 14. 00:06:39
    Component Communication with emitting events
  15. Урок 15. 00:00:50
    Section Introduction
  16. Урок 16. 00:07:12
    Create basic component structure
  17. Урок 17. 00:10:52
    Component Styling
  18. Урок 18. 00:06:57
    Controlling toast visibility
  19. Урок 19. 00:06:43
    Hiding toast manually and automatically
  20. Урок 20. 00:09:35
    Adding toast type
  21. Урок 21. 00:07:55
    Validating toast type
  22. Урок 22. 00:06:02
    Toast positioning
  23. Урок 23. 00:06:45
    Adding transition effect
  24. Урок 24. 00:00:54
    Section Introduction
  25. Урок 25. 00:06:43
    Create basic component structure
  26. Урок 26. 00:05:12
    Create carousel basic styling
  27. Урок 27. 00:08:18
    Slide interval and transition effect
  28. Урок 28. 00:05:25
    Create carousel controls
  29. Урок 29. 00:06:19
    Working with carousel controls's logic
  30. Урок 30. 00:05:46
    Pause the carousel slide when hovering mouse
  31. Урок 31. 00:05:00
    Adding carousel indicators
  32. Урок 32. 00:06:50
    Make carousel indicators works
  33. Урок 33. 00:07:28
    Make carousel component customizable
  34. Урок 34. 00:01:12
    Section Introduction
  35. Урок 35. 00:05:35
    Starter project Overview
  36. Урок 36. 00:07:21
    Setting up Mock API
  37. Урок 37. 00:10:28
    Setting up HTTP Client
  38. Урок 38. 00:05:39
    Displaying files using async/await
  39. Урок 39. 00:07:51
    Create FilesList and FileItem components
  40. Урок 40. 00:10:46
    Refactor our components to Composition API
  41. Урок 41. 00:10:34
    Adding sorting feature to our application
  42. Урок 42. 00:04:17
    Using watch and watchEffect
  43. Урок 43. 00:08:18
    Adding searching feature to our application
  44. Урок 44. 00:05:58
    Using Teleport
  45. Урок 45. 00:10:31
    Adding item selection feature
  46. Урок 46. 00:08:06
    Unselect the selected items
  47. Урок 47. 00:09:57
    Remove the selected files
  48. Урок 48. 00:06:53
    Creating a form modal
  49. Урок 49. 00:08:53
    Rename the selected file - Part 1
  50. Урок 50. 00:08:56
    Working with Custom Directives
  51. Урок 51. 00:03:46
    Rename the selected file - Part 2
  52. Урок 52. 00:02:24
    Section Introduction
  53. Урок 53. 00:08:42
    Creating a FileChooser component
  54. Урок 54. 00:12:18
    Adding Drag and Drop feature
  55. Урок 55. 00:09:58
    Creating UploaderPopup component
  56. Урок 56. 00:08:09
    Dealing with Uploading states
  57. Урок 57. 00:13:30
    Working with Popup Controls
  58. Урок 58. 00:09:15
    Creating UploadItem component
  59. Урок 59. 00:11:47
    Uploading the chosen files
  60. Урок 60. 00:09:17
    Cancel uploading
  61. Урок 61. 00:08:48
    Re-upload the canceled files
  62. Урок 62. 00:07:17
    Displaying the uploaded files
  63. Урок 63. 00:08:15
    Working with Provide & Inject
  64. Урок 64. 00:04:13
    Creating ProgressRing component - Part 1
  65. Урок 65. 00:09:58
    Creating ProgressRing Component - Part 2
  66. Урок 66. 00:10:09
    Beautifying the Upload Controls
  67. Урок 67. 00:05:33
    Controlling the visibility of the Upload Controls
  68. Урок 68. 00:07:25
    Displaying upload statistics
  69. Урок 69. 00:08:28
    Calculate overall uploading progress
  70. Урок 70. 00:07:32
    Canceling multiple uploading files
  71. Урок 71. 00:08:46
    Refactor the UploaderPopup component
  72. Урок 72. 00:07:49
    Retry uploading all canceled files
  73. Урок 73. 00:01:04
    Section Introduction
  74. Урок 74. 00:04:24
    Setting up folders endpoint
  75. Урок 75. 00:09:52
    Sending request to retrieve folders
  76. Урок 76. 00:08:41
    Displaying folders
  77. Урок 77. 00:09:28
    Displaying sub-folders
  78. Урок 78. 00:07:51
    Working with HTML 5 history API
  79. Урок 79. 00:07:35
    Creating Section Header Component
  80. Урок 80. 00:04:58
    Adding rename a folder feature - Part 1
  81. Урок 81. 00:08:46
    Adding rename a folder feature - Part 2
  82. Урок 82. 00:05:02
    Removing selected folders functionality
  83. Урок 83. 00:08:59
    Adding a feature to create folders - Part 1
  84. Урок 84. 00:05:59
    Adding a feature to create folders - Part 2
  85. Урок 85. 00:06:31
    Finishing touch
  86. Урок 86. 00:01:39
    Section Intro
  87. Урок 87. 00:11:00
    Setting up Vue Router
  88. Урок 88. 00:06:18
    Route Navigation
  89. Урок 89. 00:08:27
    Nested Routes
  90. Урок 90. 00:05:24
    Redirect and alias
  91. Урок 91. 00:03:29
    Styling the active link
  92. Урок 92. 00:10:40
    Dynamic routes
  93. Урок 93. 00:08:04
    Implementing dynamic route in MyFiles component
  94. Урок 94. 00:07:16
    Creating the Recent files page
  95. Урок 95. 00:04:37
    Creating functions for starred files or folders
  96. Урок 96. 00:05:50
    Adding files and folders to starred
  97. Урок 97. 00:07:56
    Building the Starred page
  98. Урок 98. 00:07:21
    Removing files or folders from starred