← 返回
开发者工具 中文

Nuxt

Build Vue 3 SSR/SSG applications with proper data fetching, hydration, and server patterns.
使用正确的数据获取、水合和服务端模式构建 Vue 3 SSR/SSG 应用
ivangdavila ivangdavila 来源
开发者工具 clawhub v1.0.0 1 版本 99943.2 Key: 无需
★ 2
Stars
📥 1,721
下载
💾 44
安装
1
版本
#latest

概述

Nuxt 3 Patterns

Data Fetching

  • useFetch deduplicates and caches requests during SSR — use it in components, not $fetch which fetches twice (server + client)
  • $fetch is for event handlers and server routes only — in