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