1. Урок 1. 00:00:45
    Introduction
  2. Урок 2. 00:03:45
    Demo of the finished product
  3. Урок 3. 00:04:35
    Clone repo, NPM install, setup environmet
  4. Урок 4. 00:02:07
    Running local server
  5. Урок 5. 00:06:19
    Tour of the project files
  6. Урок 6. 00:11:00
    Webpack configuration
  7. Урок 7. 00:03:30
    Hello World
  8. Урок 8. 00:03:05
    Vue essentials - Components
  9. Урок 9. 00:05:29
    Configuring components
  10. Урок 10. 00:06:18
    Setup the movie-list component
  11. Урок 11. 00:05:38
    Setup the check-filter component
  12. Урок 12. 00:03:49
    Vue essentials - Props
  13. Урок 13. 00:03:46
    Add props to check-filter component
  14. Урок 14. 00:03:17
    Making check-filter toggleable
  15. Урок 15. 00:02:37
    Vue essentials - Custom events
  16. Урок 16. 00:04:38
    Emitting a custom event from check-filter
  17. Урок 17. 00:02:01
    Vue essentials - Vue.js devtools
  18. Урок 18. 00:05:38
    Adding a payload to check-filter event
  19. Урок 19. 00:03:42
    Processing check-filter event in root instace
  20. Урок 20. 00:03:10
    Add filter arrays to movie-list
  21. Урок 21. 00:02:25
    Vue essentials - Computed properties
  22. Урок 22. 00:05:40
    Creating logic for genre filter
  23. Урок 23. 00:03:53
    Vue essentials - Single file components
  24. Урок 24. 00:09:24
    Refactor project to use single file components
  25. Урок 25. 00:04:38
    Understanding the API
  26. Урок 26. 00:03:54
    Getting data from the API
  27. Урок 27. 00:02:21
    Replace dummy data with API data
  28. Урок 28. 00:03:29
    Creating movie-item component
  29. Урок 29. 00:03:16
    Fleshing out movie-item template
  30. Урок 30. 00:05:22
    Enhance genre filter for multi-genre movies
  31. Урок 31. 00:05:04
    Adding no results and loading meassages
  32. Урок 32. 00:07:36
    Adding moment library to project
  33. Урок 33. 00:05:40
    Displaying session times
  34. Урок 34. 00:06:44
    Filtering session times
  35. Урок 35. 00:05:02
    Adding time filters
  36. Урок 36. 00:09:46
    Filter movies based on time filter
  37. Урок 37. 00:04:40
    Filter sessions based on time filter
  38. Урок 38. 00:04:10
    Enhance the no results message with filters
  39. Урок 39. 00:03:03
    Vue essentials - Event bus
  40. Урок 40. 00:08:52
    Using a global bus in the project
  41. Урок 41. 00:04:15
    Vue essentials - Vue router
  42. Урок 42. 00:04:41
    Abstract main page into overview component
  43. Урок 43. 00:04:12
    Setting up Vue router
  44. Урок 44. 00:03:29
    Adding router-view to main template
  45. Урок 45. 00:05:00
    Creating detail page
  46. Урок 46. 00:04:05
    Passing movie ID to detail page
  47. Урок 47. 00:06:35
    Dispalying movie-item in detail page
  48. Урок 48. 00:02:22
    Vue essentials - Slots
  49. Урок 49. 00:04:41
    Incorporating slots in movie-item
  50. Урок 50. 00:04:43
    Fleshing out detail page
  51. Урок 51. 00:02:30
    Creating day-select component
  52. Урок 52. 00:06:09
    Adding days to day-select
  53. Урок 53. 00:02:50
    Day selection logic
  54. Урок 54. 00:05:00
    Application-level day property
  55. Урок 55. 00:06:24
    Mobile day selector
  56. Урок 56. 00:03:13
    Vue essentials - Custom directives
  57. Урок 57. 00:03:44
    Adding tooltip custom directive
  58. Урок 58. 00:02:55
    Creating tootip in DOM
  59. Урок 59. 00:12:31
    Adding classes and event listeners to tooltip
  60. Урок 60. 00:01:26
    Vue essentials - Plugins
  61. Урок 61. 00:05:39
    Making tooltip a custom plugin
  62. Урок 62. 00:02:27
    Adding keep-alive to router to maintain filter state
  63. Урок 63. 00:02:50
    How v-cloak works alongside Webpack
  64. Урок 64. 00:01:58
    Building for production