Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай 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