1. Урок 1. 00:01:54
    Welcome & Introduction
  2. Урок 2. 00:02:59
    What is Nuxt.js?
  3. Урок 3. 00:04:02
    Understanding Server Side Rendering
  4. Урок 4. 00:01:33
    Nuxt vs "Normal" Server Side Rendering
  5. Урок 5. 00:05:08
    Creating our First Nuxt App
  6. Урок 6. 00:05:39
    Understanding the Folder Structure
  7. Урок 7. 00:02:34
    What can we Build with Nuxt?
  8. Урок 8. 00:02:07
    What's Inside This Course?
  9. Урок 9. 00:01:58
    How To Get The Most Out Of This Course
  10. Урок 10. 00:00:56
    Module Introduction
  11. Урок 11. 00:06:33
    From Folders to Routes
  12. Урок 12. 00:05:25
    Creating a Route with a Dynamic Path
  13. Урок 13. 00:06:22
    Adding Links & Navigating Around
  14. Урок 14. 00:05:58
    Validating Parameters
  15. Урок 15. 00:03:12
    Creating Nested Routes
  16. Урок 16. 00:01:31
    Layouts, Pages & Components - Theory
  17. Урок 17. 00:03:53
    Adding a New Layout
  18. Урок 18. 00:01:24
    Adding a Default Error Page
  19. Урок 19. 00:07:52
    Working with "Normal" Components
  20. Урок 20. 00:05:36
    Styling Nuxt Apps
  21. Урок 21. 00:01:04
    Wrap Up
  22. Урок 22. 00:01:14
    Module Introduction
  23. Урок 23. 00:07:59
    Creating the Main "Sections" (Pages)
  24. Урок 24. 00:03:50
    Adding External Fonts
  25. Урок 25. 00:05:51
    Creating the Landing Page
  26. Урок 26. 00:08:29
    Splitting the Page into Components
  27. Урок 27. 00:02:34
    Adding Static Assets - The Background Image
  28. Урок 28. 00:05:55
    Adding the Header Component
  29. Урок 29. 00:01:30
    Vue Router vs. Nuxt Router
  30. Урок 30. 00:04:34
    Working on the Post Page
  31. Урок 31. 00:12:37
    Creating an Admin Section
  32. Урок 32. 00:10:21
    Preparing the Backend
  33. Урок 33. 00:02:38
    Improving the App
  34. Урок 34. 00:02:51
    Adding a Separate Layout to the Admin Area
  35. Урок 35. 00:01:01
    Module Introduction
  36. Урок 36. 00:05:53
    Adding Dynamic Data
  37. Урок 37. 00:09:09
    Preparing Data on the Server-Side (through Nuxt)
  38. Урок 38. 00:03:18
    asyncData on Client & Server
  39. Урок 39. 00:02:46
    A Closer Look at the Context Object
  40. Урок 40. 00:05:32
    Adding Async Data to a Single Post
  41. Урок 41. 00:01:56
    Handling Errors with a Callback
  42. Урок 42. 00:03:18
    Using Promises in asyncData
  43. Урок 43. 00:08:00
    Adding the Vuex Store
  44. Урок 44. 00:09:27
    Vuex, fetch() and nuxtServerInit()
  45. Урок 45. 00:03:13
    Wrap Up
  46. Урок 46. 00:00:46
    Module Introduction
  47. Урок 47. 00:03:37
    Executing Code on the Server
  48. Урок 48. 00:02:07
    Adding Firebase as a Backend
  49. Урок 49. 00:04:56
    Using Firebase to Store Data
  50. Урок 50. 00:04:18
    Fetching Data from the Backend
  51. Урок 51. 00:02:55
    Initializing our Store
  52. Урок 52. 00:05:10
    Fetching all Posts
  53. Урок 53. 00:04:33
    Editing Posts
  54. Урок 54. 00:10:38
    Synchronizing Vuex and the Backend
  55. Урок 55. 00:02:00
    Wrap Up
  56. Урок 56. 00:00:58
    Module Introduction
  57. Урок 57. 00:06:29
    The Nuxt Config File
  58. Урок 58. 00:03:29
    The Loading Property
  59. Урок 59. 00:05:39
    Working with Environment Variables
  60. Урок 60. 00:04:35
    Manipulating Routing Settings
  61. Урок 61. 00:03:18
    Animating Page Transitions
  62. Урок 62. 00:05:17
    Adding Plugins
  63. Урок 63. 00:02:11
    Registering a Date Filter
  64. Урок 64. 00:08:09
    Understanding Modules
  65. Урок 65. 00:00:47
    Wrap Up
  66. Урок 66. 00:00:45
    Module Introduction
  67. Урок 67. 00:06:47
    What is Middleware?
  68. Урок 68. 00:06:50
    Adding User Signup
  69. Урок 69. 00:02:54
    Adding User Login
  70. Урок 70. 00:06:00
    Storing the Token
  71. Урок 71. 00:03:22
    Using the Token for Authentication
  72. Урок 72. 00:04:11
    Implementing a Middleware
  73. Урок 73. 00:02:53
    Invalidating the Token
  74. Урок 74. 00:09:54
    Persisting the Token Across Page Refreshes
  75. Урок 75. 00:09:34
    Implementing Cookies
  76. Урок 76. 00:06:20
    Fixing the Logout Timer
  77. Урок 77. 00:05:04
    Adding the Logout Functionality
  78. Урок 78. 00:00:49
    A Quick Bugfix
  79. Урок 79. 00:01:14
    Module Introduction
  80. Урок 80. 00:06:19
    Adding Server Side Middleware
  81. Урок 81. 00:02:12
    Testing the Middleware
  82. Урок 82. 00:03:10
    Starting a Project with a Server Side Template
  83. Урок 83. 00:00:32
    Module Introduction
  84. Урок 84. 00:03:02
    Universal vs SPA vs Static
  85. Урок 85. 00:02:03
    Building our App as a Universal App
  86. Урок 86. 00:05:45
    Building our App as a SPA
  87. Урок 87. 00:03:22
    Building our App as a Static Website
  88. Урок 88. 00:04:44
    Improving the Generate Process
  89. Урок 89. 00:03:05
    Limiting the Amount of http Requests
  90. Урок 90. 00:02:34
    Adjusting the Store
  91. Урок 91. 00:00:57
    Course Roundup