Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering Nuxt, 2025 Edition, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:56
    001 Mastering Nuxt_ Full Stack Unleashed Intro
  • Урок 2. 00:02:38
    002 How the Mastering Nuxt course works
  • Урок 3. 00:03:51
    003 Debugging and Troubleshooting Tips
  • Урок 4. 00:00:46
    004 Chapter 1 Introduction
  • Урок 5. 00:02:06
    005 Faster package management with pnpm
  • Урок 6. 00:04:44
    006 Create a Nuxt 4 Project
  • Урок 7. 00:02:16
    007 Create a GitHub Project
  • Урок 8. 00:05:17
    008 Keep your Node version consistent with NVM
  • Урок 9. 00:04:10
    009 Setup the Ideal Nuxt Development Experience with VS Code Extensions
  • Урок 10. 00:03:17
    010 Quickly build beautiful UIs with Nuxt UI
  • Урок 11. 00:05:34
    011 Enforce consistent code style with ESLint
  • Урок 12. 00:01:57
    012 Run linting automatically with Husky
  • Урок 13. 00:00:25
    013 Chapter 1 Summary
  • Урок 14. 00:01:08
    014 Chapter 2 Introduction
  • Урок 15. 00:01:55
    015 Catch Up on the Project Setup (Chapter 1)
  • Урок 16. 00:02:22
    016 App.vue, the most important component in your Nuxt app
  • Урок 17. 00:05:01
    017 Create pages with file-based routing and the NuxtPage Component
  • Урок 18. 00:05:28
    018 Reuse UI with Layouts and the NuxtLayout Component
  • Урок 19. 00:08:09
    019 Use Composables to Organize Logic
  • Урок 20. 00:10:35
    020 Use Components to Organize UI
  • Урок 21. 00:04:05
    021 Add a Button to Scroll to the Bottom of the Chat
  • Урок 22. 00:05:30
    022 How to Decide Between Pages, Layouts, and Components
  • Урок 23. 00:03:15
    023 Reactively Update the Head Tag with useHead
  • Урок 24. 00:05:38
    024 Create a Basic API with Server Routes
  • Урок 25. 00:03:08
    025 Fetch Data From Your API with $fetch
  • Урок 26. 00:05:04
    026 What is Universal Rendering in Nuxt_
  • Урок 27. 00:00:26
    027 Chapter 2 Summary
  • Урок 28. 00:00:32
    028 Chapter 3 Introduction
  • Урок 29. 00:03:47
    029 Configure Secure and Clear Runtime Settings in Nuxt
  • Урок 30. 00:02:21
    030 Configure Your Nuxt App with app.config for Reactive Settings
  • Урок 31. 00:03:55
    031 When to Use Which Config_ Runtime vs. App Config
  • Урок 32. 00:03:26
    032 Create an OpenAI Account
  • Урок 33. 00:03:12
    033 Run Large Language Models Locally with OLLAMA
  • Урок 34. 00:07:45
    034 Integrate AI-Generated Responses Using OpenAI and Ollama
  • Урок 35. 00:02:35
    035 Implement a Typing Indicator for Feedback
  • Урок 36. 00:04:29
    036 Use Nuxt DevTools for Application Debugging and Insight
  • Урок 37. 00:03:29
    037 Markdown Rendering with Nuxt MDC and Shiki Syntax Highlighting
  • Урок 38. 00:04:54
    038 Deploy Your Nuxt App to Netlify for Global Access
  • Урок 39. 00:00:31
    039 Chapter 3 Summary
  • Урок 40. 00:01:02
    040 Chapter 4 Introduction
  • Урок 41. 00:04:20
    041 Build Dynamic Routes and the App Header
  • Урок 42. 00:10:07
    042 Manage Global State with useState
  • Урок 43. 00:06:36
    043 Manage Nested Data with Normalized State
  • Урок 44. 00:05:30
    044 Add Programmatic Navigation with navigateTo
  • Урок 45. 00:05:26
    045 Client-Side Navigation with NuxtLink
  • Урок 46. 00:04:20
    046 Sidebar Navigation with Nuxt UI Components
  • Урок 47. 00:07:39
    047 Share and Reuse Utility Functions with Nuxt's utils Directory
  • Урок 48. 00:07:18
    048 Implement Nested Routes in Nuxt for Organized and Dynamic Applications
  • Урок 49. 00:06:27
    049 Organize UI with Dynamic Navigation Menus in Nux
  • Урок 50. 00:03:47
    050 Customize Themes in Nuxt UI with Tailwind CSS
  • Урок 51. 00:09:32
    051 Organize and Share Code with Nuxt Layers
  • Урок 52. 00:00:58
    052 Chapter 4 Summary
  • Урок 53. 00:01:08
    053 Chapter 5 Introduction
  • Урок 54. 00:03:56
    054 Share Code Between Frontend and Backend Using Nuxt's Shared Directory
  • Урок 55. 00:04:22
    055 Implement the Repository Pattern to Decouple Data Operations in Nuxt
  • Урок 56. 00:02:09
    056. Refactor and Optimize Nuxt Project Configuration
  • Урок 57. 00:03:20
    057. Organize Server Routes by HTTP Method in Nuxt
  • Урок 58. 00:03:22
    058. Dynamic Server Routes in Nuxt for AI Chat Messages
  • Урок 59. 00:04:27
    059. Send Data to Server Routes
  • Урок 60. 00:04:24
    060. Add AI-Generated Chat Titles to Your Application
  • Урок 61. 00:01:50
    061. Add in the rest of the endpoints
  • Урок 62. 00:00:40
    062. Chapter 5 Summary
  • Урок 63. 00:01:22
    063. Chapter 6 Introduction
  • Урок 64. 00:00:53
    064. Upgrade to Nuxt 3.17 for Improved Data Fetching
  • Урок 65. 00:06:23
    065. Avoid Extra Client-Side Requests with useAsyncData
  • Урок 66. 00:04:02
    066. Optimize Data Fetching with useAsyncData
  • Урок 67. 00:01:21
    067. Simplify Data Fetching with Nuxt's useFetch Composable
  • Урок 68. 00:01:15
    068. Manage Data Reactively with useState and useFetch in Nuxt
  • Урок 69. 00:04:45
    069. When to use fetch, useFetch, and useAsyncData
  • Урок 70. 00:04:10
    070. Add AI-Generated Chat Titles with a Typewriter Animation
  • Урок 71. 00:03:46
    071. Complete the Data Fetching for your Nuxt Chat App
  • Урок 72. 00:00:51
    072. Chapter 6 Summary