Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devite-io/nuxt-sanity
Extended sanity integration for Nuxt.js using @nuxtjs/sanity.
https://github.com/devite-io/nuxt-sanity
nuxt-module nuxtjs sanity
Last synced: about 2 months ago
JSON representation
Extended sanity integration for Nuxt.js using @nuxtjs/sanity.
- Host: GitHub
- URL: https://github.com/devite-io/nuxt-sanity
- Owner: devite-io
- License: mit
- Created: 2024-09-17T09:17:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:31:40.000Z (3 months ago)
- Last Synced: 2024-11-21T18:12:42.746Z (about 2 months ago)
- Topics: nuxt-module, nuxtjs, sanity
- Language: TypeScript
- Homepage:
- Size: 622 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt Sanity Integration
[![npm version][npm-version-src]][npm-version-href]
Provides additional helper components and utilities for the [Nuxt Sanity Module][nuxt-sanity].
## Quick Setup
Install the module to your Nuxt application with one command:
```bash
npx nuxi module add @devite/nuxt-sanity
```That's it! You can now use data from Sanity in your Nuxt app ✨
## Contribution
Local development
```bash
# 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
```[nuxt-sanity]: https://github.com/nuxt-modules/sanity
[npm-version-src]: https://img.shields.io/npm/v/@devite/nuxt-sanity/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@devite/nuxt-sanity