1. Урок 1. 00:02:52
    Introduction
  2. Урок 2. 00:02:49
    What you will need for this course
  3. Урок 3. 00:00:40
    Section intro
  4. Урок 4. 00:06:10
    Project setup using the Vue-CLI
  5. Урок 5. 00:04:34
    Header and Footer components
  6. Урок 6. 00:07:40
    Home page component
  7. Урок 7. 00:05:14
    Styling our components
  8. Урок 8. 00:08:03
    Creating the menu component
  9. Урок 9. 00:05:34
    Looping through menu items
  10. Урок 10. 00:04:57
    Pushing orders to an array
  11. Урок 11. 00:06:02
    Adding the shopping basket
  12. Урок 12. 00:05:06
    Making the shopping basket dynamic
  13. Урок 13. 00:05:27
    Shopping basket methods
  14. Урок 14. 00:07:40
    Structuring the admin section
  15. Урок 15. 00:05:47
    Listing current orders
  16. Урок 16. 00:07:51
    Add new pizza component
  17. Урок 17. 00:06:38
    Form input bindings
  18. Урок 18. 00:00:52
    Section outro
  19. Урок 19. 00:00:46
    Section intro
  20. Урок 20. 00:09:23
    Setting up our Firebase database
  21. Урок 21. 00:06:14
    Adding the login component
  22. Урок 22. 00:03:46
    Enable Firebase authentication
  23. Урок 23. 00:08:01
    Signing in and out
  24. Урок 24. 00:05:58
    Final components
  25. Урок 25. 00:00:36
    Section outro
  26. Урок 26. 00:00:37
    Section intro
  27. Урок 27. 00:03:15
    Router installation & setup
  28. Урок 28. 00:06:23
    Creating our routes
  29. Урок 29. 00:04:30
    Router link in more detail
  30. Урок 30. 00:04:42
    Binding and dynamic routes
  31. Урок 31. 00:03:23
    History and hash modes
  32. Урок 32. 00:02:04
    Catch all routes and redirecting
  33. Урок 33. 00:07:49
    Nested routes
  34. Урок 34. 00:03:49
    Nested router view
  35. Урок 35. 00:05:12
    Adding names to routes
  36. Урок 36. 00:05:09
    Router navigation methods
  37. Урок 37. 00:06:22
    Global navigation guards
  38. Урок 38. 00:04:15
    Component guards
  39. Урок 39. 00:04:04
    Guarding individual routes
  40. Урок 40. 00:08:16
    Defining scroll behaviour
  41. Урок 41. 00:02:42
    Re-factoring our routes
  42. Урок 42. 00:06:26
    Named router views
  43. Урок 43. 00:00:38
    Section outro
  44. Урок 44. 00:00:52
    Section intro
  45. Урок 45. 00:02:44
    What is Vuex?
  46. Урок 46. 00:04:07
    Installation and file structure
  47. Урок 47. 00:05:41
    Initial state and accessing the store
  48. Урок 48. 00:06:26
    Improving store access with getters
  49. Урок 49. 00:08:34
    Changing state with mutations
  50. Урок 50. 00:02:06
    What are actions?
  51. Урок 51. 00:04:23
    Setting the user with actions
  52. Урок 52. 00:07:59
    Dispatching actions
  53. Урок 53. 00:05:02
    Mapping getters
  54. Урок 54. 00:08:18
    Splitting our store into separate files
  55. Урок 55. 00:10:31
    Using modules
  56. Урок 56. 00:00:50
    Section outro
  57. Урок 57. 00:00:49
    Section intro
  58. Урок 58. 00:08:40
    Binding Vuex to Firebase
  59. Урок 59. 00:04:08
    Sync orders with Firebase
  60. Урок 60. 00:07:38
    Displaying orders in the admin section
  61. Урок 61. 00:03:59
    Adding keys to lists
  62. Урок 62. 00:07:12
    Removing items from the database
  63. Урок 63. 00:03:14
    Hiding the admin from unauthorised users
  64. Урок 64. 00:04:15
    Firebase read/write rules
  65. Урок 65. 00:04:42
    Calculating the basket total
  66. Урок 66. 00:06:15
    Global currency filter
  67. Урок 67. 00:06:57
    Finishing touches
  68. Урок 68. 00:00:36
    Section outro
  69. Урок 69. 00:02:19
    Important Update: Babel syntax dynamic import
  70. Урок 70. 00:04:01
    What is code splitting and lazy loading?
  71. Урок 71. 00:06:32
    Async components
  72. Урок 72. 00:05:00
    Lazy loading with the vue router
  73. Урок 73. 00:02:54
    Grouping components into the same chunk
  74. Урок 74. 00:08:51
    Lazy loading with conditional rendering
  75. Урок 75. 00:01:58
    Thank you