Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering Nuxt, 2025 Edition, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:56
    001 Mastering Nuxt_ Full Stack Unleashed Intro
  2. Урок 2. 00:02:38
    002 How the Mastering Nuxt course works
  3. Урок 3. 00:03:51
    003 Debugging and Troubleshooting Tips
  4. Урок 4. 00:00:46
    004 Chapter 1 Introduction
  5. Урок 5. 00:02:06
    005 Faster package management with pnpm
  6. Урок 6. 00:04:44
    006 Create a Nuxt 4 Project
  7. Урок 7. 00:02:16
    007 Create a GitHub Project
  8. Урок 8. 00:05:17
    008 Keep your Node version consistent with NVM
  9. Урок 9. 00:04:10
    009 Setup the Ideal Nuxt Development Experience with VS Code Extensions
  10. Урок 10. 00:03:17
    010 Quickly build beautiful UIs with Nuxt UI
  11. Урок 11. 00:05:34
    011 Enforce consistent code style with ESLint
  12. Урок 12. 00:01:57
    012 Run linting automatically with Husky
  13. Урок 13. 00:00:25
    013 Chapter 1 Summary
  14. Урок 14. 00:01:08
    014 Chapter 2 Introduction
  15. Урок 15. 00:01:55
    015 Catch Up on the Project Setup (Chapter 1)
  16. Урок 16. 00:02:22
    016 App.vue, the most important component in your Nuxt app
  17. Урок 17. 00:05:01
    017 Create pages with file-based routing and the NuxtPage Component
  18. Урок 18. 00:05:28
    018 Reuse UI with Layouts and the NuxtLayout Component
  19. Урок 19. 00:08:09
    019 Use Composables to Organize Logic
  20. Урок 20. 00:10:35
    020 Use Components to Organize UI
  21. Урок 21. 00:04:05
    021 Add a Button to Scroll to the Bottom of the Chat
  22. Урок 22. 00:05:30
    022 How to Decide Between Pages, Layouts, and Components
  23. Урок 23. 00:03:15
    023 Reactively Update the Head Tag with useHead
  24. Урок 24. 00:05:38
    024 Create a Basic API with Server Routes
  25. Урок 25. 00:03:08
    025 Fetch Data From Your API with $fetch
  26. Урок 26. 00:05:04
    026 What is Universal Rendering in Nuxt_
  27. Урок 27. 00:00:26
    027 Chapter 2 Summary
  28. Урок 28. 00:00:32
    028 Chapter 3 Introduction
  29. Урок 29. 00:03:47
    029 Configure Secure and Clear Runtime Settings in Nuxt
  30. Урок 30. 00:02:21
    030 Configure Your Nuxt App with app.config for Reactive Settings
  31. Урок 31. 00:03:55
    031 When to Use Which Config_ Runtime vs. App Config
  32. Урок 32. 00:03:26
    032 Create an OpenAI Account
  33. Урок 33. 00:03:12
    033 Run Large Language Models Locally with OLLAMA
  34. Урок 34. 00:07:45
    034 Integrate AI-Generated Responses Using OpenAI and Ollama
  35. Урок 35. 00:02:35
    035 Implement a Typing Indicator for Feedback
  36. Урок 36. 00:04:29
    036 Use Nuxt DevTools for Application Debugging and Insight
  37. Урок 37. 00:03:29
    037 Markdown Rendering with Nuxt MDC and Shiki Syntax Highlighting
  38. Урок 38. 00:04:54
    038 Deploy Your Nuxt App to Netlify for Global Access
  39. Урок 39. 00:00:31
    039 Chapter 3 Summary
  40. Урок 40. 00:01:02
    040 Chapter 4 Introduction
  41. Урок 41. 00:04:20
    041 Build Dynamic Routes and the App Header
  42. Урок 42. 00:10:07
    042 Manage Global State with useState
  43. Урок 43. 00:06:36
    043 Manage Nested Data with Normalized State
  44. Урок 44. 00:05:30
    044 Add Programmatic Navigation with navigateTo
  45. Урок 45. 00:05:26
    045 Client-Side Navigation with NuxtLink
  46. Урок 46. 00:04:20
    046 Sidebar Navigation with Nuxt UI Components
  47. Урок 47. 00:07:39
    047 Share and Reuse Utility Functions with Nuxt's utils Directory
  48. Урок 48. 00:07:18
    048 Implement Nested Routes in Nuxt for Organized and Dynamic Applications
  49. Урок 49. 00:06:27
    049 Organize UI with Dynamic Navigation Menus in Nux
  50. Урок 50. 00:03:47
    050 Customize Themes in Nuxt UI with Tailwind CSS
  51. Урок 51. 00:09:32
    051 Organize and Share Code with Nuxt Layers
  52. Урок 52. 00:00:58
    052 Chapter 4 Summary
  53. Урок 53. 00:01:08
    053 Chapter 5 Introduction
  54. Урок 54. 00:03:56
    054 Share Code Between Frontend and Backend Using Nuxt's Shared Directory
  55. Урок 55. 00:04:22
    055 Implement the Repository Pattern to Decouple Data Operations in Nuxt
  56. Урок 56. 00:02:09
    056. Refactor and Optimize Nuxt Project Configuration
  57. Урок 57. 00:03:20
    057. Organize Server Routes by HTTP Method in Nuxt
  58. Урок 58. 00:03:22
    058. Dynamic Server Routes in Nuxt for AI Chat Messages
  59. Урок 59. 00:04:27
    059. Send Data to Server Routes
  60. Урок 60. 00:04:24
    060. Add AI-Generated Chat Titles to Your Application
  61. Урок 61. 00:01:50
    061. Add in the rest of the endpoints
  62. Урок 62. 00:00:40
    062. Chapter 5 Summary
  63. Урок 63. 00:01:22
    063. Chapter 6 Introduction
  64. Урок 64. 00:00:53
    064. Upgrade to Nuxt 3.17 for Improved Data Fetching
  65. Урок 65. 00:06:23
    065. Avoid Extra Client-Side Requests with useAsyncData
  66. Урок 66. 00:04:02
    066. Optimize Data Fetching with useAsyncData
  67. Урок 67. 00:01:21
    067. Simplify Data Fetching with Nuxt's useFetch Composable
  68. Урок 68. 00:01:15
    068. Manage Data Reactively with useState and useFetch in Nuxt
  69. Урок 69. 00:04:45
    069. When to use fetch, useFetch, and useAsyncData
  70. Урок 70. 00:04:10
    070. Add AI-Generated Chat Titles with a Typewriter Animation
  71. Урок 71. 00:03:46
    071. Complete the Data Fetching for your Nuxt Chat App
  72. Урок 72. 00:00:51
    072. Chapter 6 Summary
  73. Урок 73. 00:05:24
    073. Mastering Nuxt - Catch up
  74. Урок 74. 00:00:53
    074. Mastering Nuxt - Chapter 7 Introduction
  75. Урок 75. 00:08:50
    075. Mastering Nuxt - Configure Persistent Storage in Nuxt with Unstorage
  76. Урок 76. 00:03:01
    076. Mastering Nuxt - Implement Server Middleware for Global Request Handling
  77. Урок 77. 00:06:09
    077. Mastering Nuxt - Optimize API Performance with Cached Event Handlers in Nuxt
  78. Урок 78. 00:08:13
    078. Mastering Nuxt - Validate Runtime Data in Nuxt with Zod
  79. Урок 79. 00:06:03
    079. Mastering Nuxt - Explore Nitro and H3 in Nuxt's Backend Architecture
  80. Урок 80. 00:00:49
    080. Mastering Nuxt - Chapter 7 Summary
  81. Урок 81. 00:00:49
    081. Chapter 8 Introduction
  82. Урок 82. 00:06:48
    082. Stream AI Responses to the UI
  83. Урок 83. 00:07:20
    083. Create Instant UI with Optimistic Updates
  84. Урок 84. 00:08:21
    084. Pre-fetching Chats with Nuxt's callOnce Utility
  85. Урок 85. 00:00:42
    085. Chapter 8 Summary
  86. Урок 86. 00:00:44
    086. Chapter 9 Introduction
  87. Урок 87. 00:07:53
    087. Optimize Performance by Lazy Loading Components in Nuxt
  88. Урок 88. 00:07:03
    088. Transform and Optimize Images with Nuxt Image
  89. Урок 89. 00:09:20
    089. Explore Nuxt's Rendering Modes for Optimal Performance
  90. Урок 90. 00:04:24
    090. Configure Rendering Modes with Nuxt Route Rules
  91. Урок 91. 00:00:46
    091. Chapter 9 Summary
  92. Урок 92. 00:00:33
    092. Chapter 10 Introduction
  93. Урок 93. 00:03:44
    093. Implement Error Handling in Nuxt with the createError Utility
  94. Урок 94. 00:05:31
    094. Customize Error Pages in Nuxt Applications
  95. Урок 95. 00:04:01
    095. Isolate Client-Side Errors with NuxtErrorBoundary
  96. Урок 96. 00:00:16
    096. Chapter 10 Summary
  97. Урок 97. 00:00:52
    097 Chapter 11 Introduction
  98. Урок 98. 00:02:54
    098 Set Up a Supabase Project and Connect with Prisma
  99. Урок 99. 00:10:45
    099 Integrate Prisma Into Your App
  100. Урок 100. 00:04:50
    100 Seed Your Database with Prisma for Development
  101. Урок 101. 00:05:16
    101 Unify TypeScript and Database Types with Prisma
  102. Урок 102. 00:03:49
    102 Retrieve and Manage Data Using Prisma Queries
  103. Урок 103. 00:03:39
    103 Fix Bugs and Finish Supabase and Prisma Integration
  104. Урок 104. 00:00:35
    104 Chapter 11 Summary
  105. Урок 105. 00:01:04
    105 Chapter 12 Introduction
  106. Урок 106. 00:09:49
    106 Integrate GitHub OAuth Authentication in Nuxt
  107. Урок 107. 00:09:17
    107 Add User Authentication with NuxtAuthUtils
  108. Урок 108. 00:04:06
    108 Link the Github User to Your Own Internal User
  109. Урок 109. 00:09:21
    109 Secure Server Endpoints with Server Composables
  110. Урок 110. 00:04:39
    110 Secure Client-Side Routes with Route Middleware
  111. Урок 111. 00:04:38
    111 Seed User-Specific Data with Prisma
  112. Урок 112. 00:00:53
    112 Chapter 12 Summary