Nuxt Sanity
功能
- 只需提供您的
sanity.config.ts
- 无需其他配置 - 超轻量级 Sanity 客户端
- 零配置图像/文件组件 + 可移植文本渲染器
- 支持 GROQ 语法高亮
- 支持 Nuxt 3 和 Nuxt Bridge
快速设置
- 将
@nuxtjs/sanity
依赖项添加到您的项目中
npx nuxi@latest module add sanity
- 将
@nuxtjs/sanity
添加到nuxt.config.ts
的modules
部分
{
modules: [
'@nuxtjs/sanity',
],
sanity: {
// module options
}
}
注意:对于没有 Bridge 的 Nuxt 2 支持,请安装 @nuxtjs/[email protected]
并按照 https://v0.sanity.nuxtjs.org 中的说明进行操作。
开发
- 克隆此存储库
- 使用
pnpm install
安装依赖项 - 使用
pnpm dev:prepare
存根模块 - 使用
pnpm dev
启动开发服务器