Pinia Colada
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
-
✨ Release Notes
-
📚 Documentation
Add the Pinia Colada Module to handle SSR and install Pinia Colada in your Nuxt application.
Quick Setup
Install the module to your Nuxt application with one command:
``
bash
npx nuxi module add @pinia/colada-nuxt
`
That's it! You can now use Pinia Colada in your Nuxt app ✨
Contribution
Local development
`
bash
Install dependencies
pnpm install
Generate type stubs
pnpm run dev:prepare
Develop with the playground
pnpm run dev
Build the playground
pnpm run dev:build
Run ESLint
pnpm run lint
Run Vitest
pnpm run test
pnpm run test:watch
Release new version
pnpm run release
``
[npm-version-src]: https://img.shields.io/npm/v/@pinia/colada-nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@pinia/colada-nuxt
[npm-downloads-src]: https://img.shields.io/npm/dm/@pinia/colada-nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npmjs.com/package/@pinia/colada-nuxt
[license-src]: https://img.shields.io/npm/l/@pinia/colada-nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/@pinia/colada-nuxt
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com