1. Урок 1. 00:01:54
    Introducing the Course
  2. Урок 2. 00:01:27
    Introducing the Instructor
  3. Урок 3. 00:02:27
    Introducing Vue
  4. Урок 4. 00:01:58
    Installing Node
  5. Урок 5. 00:01:22
    Installing a Code Editor
  6. Урок 6. 00:01:23
    Forking the Repository
  7. Урок 7. 00:06:47
    The Vue Instance
  8. Урок 8. 00:04:33
    Directives and V-if
  9. Урок 9. 00:04:31
    V-for for List Renderings
  10. Урок 10. 00:04:16
    V-on for Clicking
  11. Урок 11. 00:07:23
    Components
  12. Урок 12. 00:03:56
    V-model and Computed Properties
  13. Урок 13. 00:05:56
    Lifecycle Hooks
  14. Урок 14. 00:01:13
    Previewing Notemaster
  15. Урок 15. 00:04:20
    Setting Up Notemaster
  16. Урок 16. 00:03:28
    Using V-models for the Note Form
  17. Урок 17. 00:05:03
    Adding Notes
  18. Урок 18. 00:06:32
    Looping Through and Removing Notes
  19. Урок 19. 00:00:53
    Previewing Starbase
  20. Урок 20. 00:02:40
    Setting Up Starbase
  21. Урок 21. 00:06:17
    Vue Files
  22. Урок 22. 00:03:00
    Basic Styling with CSS
  23. Урок 23. 00:06:37
    Introducing the API
  24. Урок 24. 00:05:33
    Creating a Character Component
  25. Урок 25. 00:07:18
    Finalizing Character Behavior
  26. Урок 26. 00:04:30
    Structuring the Characters.
  27. Урок 27. 00:01:35
    Previewing Starbase-Router
  28. Урок 28. 00:05:02
    Setting Up Starbase-Router
  29. Урок 29. 00:02:00
    Quickly Styling the App
  30. Урок 30. 00:06:17
    Introducing VueRouter
  31. Урок 31. 00:04:56
    Router-Linking Different Pages
  32. Урок 32. 00:05:38
    Developing the Data Component
  33. Урок 33. 00:08:01
    Creating an Item Component
  34. Урок 34. 00:05:37
    Adding the SwitchItem Method
  35. Урок 35. 00:01:21
    Previewing Jokester
  36. Урок 36. 00:05:18
    Setting Up Jokester
  37. Урок 37. 00:01:44
    Understanding Vuex
  38. Урок 38. 00:03:29
    Creating the Store
  39. Урок 39. 00:06:38
    Mutating the Store
  40. Урок 40. 00:07:25
    Acting Upon the Store
  41. Урок 41. 00:04:32
    Building a Joke Component
  42. Урок 42. 00:05:32
    Adding One Joke at a Time
  43. Урок 43. 00:07:00
    Removing Jokes
  44. Урок 44. 00:05:58
    Filtering Jokes
  45. Урок 45. 00:01:51
    Previewing Turnout
  46. Урок 46. 00:05:31
    Setting Up Turnout
  47. Урок 47. 00:05:28
    Adding VueRouter
  48. Урок 48. 00:06:58
    Introducing Firebase
  49. Урок 49. 00:07:20
    Signing In
  50. Урок 50. 00:07:48
    Storing Data with Vuex
  51. Урок 51. 00:05:37
    Signing Out
  52. Урок 52. 00:08:02
    Developing the Sign Up Component
  53. Урок 53. 00:10:41
    Submitting Events
  54. Урок 54. 00:03:32
    Adding a Realtime Database
  55. Урок 55. 00:03:19
    Initializing Events in Store
  56. Урок 56. 00:05:27
    Creating the EventItem Component