@devite/nuxt-sanity
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

Nuxt Sanity Integration

npm version

Provides additional helper components and utilities for the Nuxt Sanity Module.

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add @devite/nuxt-sanity

That's it! You can now use data from Sanity in your Nuxt app ✨

Contribution

Local development
# Install dependencies
pnpm install && cd playground/cms && pnpm install && cd -

# Generate type stubs
pnpm dev:prepare

# Generate module types and build the module
pnpm prepack

# Develop with the playground
pnpm dev

# Build the playground
pnpm dev:build

# Run ESLint
pnpm lint

# Run Vitest
pnpm test
pnpm test:watch

# Release new version
pnpm release

Readme

Keywords

none

Package Sidebar

Install

npm i @devite/nuxt-sanity

Weekly Downloads

1

Version

1.4.0

License

MIT

Unpacked Size

15.3 kB

Total Files

20

Last publish

Collaborators

  • jgeramb