Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Delightful World of Vue.js, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:07:16
    01. Encore, Symfony & API Platform
  • Урок 2. 00:08:58
    02. Installing Vue, Webpack & Eslint
  • Урок 3. 00:06:10
    03. Vue Instance & Dynamic Data
  • Урок 4. 00:04:18
    04. Single File Component
  • Урок 5. 00:04:51
    05. CSS: Styling a Component
  • Урок 6. 00:04:28
    06. data() and Vue Dev Tools
  • Урок 7. 00:05:09
    07. Creating a Child Component
  • Урок 8. 00:04:49
    08. Props: Passing Info into a Child Component
  • Урок 9. 00:06:39
    09. v-bind: Dynamic Attributes
  • Урок 10. 00:07:06
    10. Modular CSS
  • Урок 11. 00:06:20
    11. Webpack dev-server: Faster Updating
  • Урок 12. 00:04:36
    12. HMR: See Changes without Reloading
  • Урок 13. 00:06:09
    13. Organizing into more Components
  • Урок 14. 00:05:05
    14. Aliases
  • Урок 15. 00:07:40
    15. Looping with v-for
  • Урок 16. 00:08:34
    16. v-on & methods: User Interaction
  • Урок 17. 00:07:29
    17. Magic "this" & its Properties
  • Урок 18. 00:07:55
    18. Reactivity
  • Урок 19. 00:05:13
    19. v-if, v-show and Conditional Classes
  • Урок 20. 00:05:58
    20. Computed Properties
  • Урок 21. 00:07:06
    21. Where should a Piece of Data Live?
  • Урок 22. 00:05:50
    22. Communication UP with $emit
  • Урок 23. 00:05:08
    23. Using Shared CSS
  • Урок 24. 00:05:42
    24. Ajax with Axios
  • Урок 25. 00:07:35
    25. The await Keyword
  • Урок 26. 00:08:14
    26. Product Listing Components
  • Урок 27. 00:08:51
    27. Product Details & Smart vs Dumb Components
  • Урок 28. 00:05:35
    28. Loading Component
  • Урок 29. 00:05:31
    29. Dynamic Categories via AJAX
  • Урок 30. 00:06:47
    30. Passing data From the Server to Vue
  • Урок 31. 00:07:19
    31. Reading Server Data & :global Classes
  • Урок 32. 00:08:12
    32. Page Context "Service"
  • Урок 33. 00:04:52
    33. Filtering the Products
  • Урок 34. 00:08:00
    34. Smarter Loading: AJAX status as State
  • Урок 35. 00:07:54
    35. AJAX Services
  • Урок 36. 00:06:37
    36. Skipping AJAX: Sending JSON Straight to Vue
  • Урок 37. 00:06:07
    37. Faking AJAX calls: Reading Synchronously
  • Урок 38. 00:06:37
    38. Passing Props vs Fetching Directly
  • Урок 39. 00:06:52
    39. Hoisting Data Up
  • Урок 40. 00:07:05
    40. The Formidable v-model
  • Урок 41. 00:06:42
    41. Pass Data in a Custom Event & Internal Data
  • Урок 42. 00:03:48
    42. Filtering Products
  • Урок 43. 00:09:00
    43. Async Computed Properties
  • Урок 44. 00:04:18
    44. Debouncing: Data can Hold Anything
  • Урок 45. 00:05:57
    45. Business Logic Helpers
  • Урок 46. 00:04:19
    46. Adding an [x] to our Search Bar
  • Урок 47. 00:06:19
    47. Watchers: The Good, The Bad & The Useful!
  • Урок 48. 00:05:13
    48. Adding a Watcher