Pinia Colada
Pinia Coladaモジュールを追加してSSRを処理し、Pinia ColadaをNuxtアプリケーションにインストールします。
クイックセットアップ
1つのコマンドでモジュールをNuxtアプリケーションにインストールします
npx nuxi module add @pinia/colada-nuxt
これだけです!これでNuxtアプリでPinia Coladaを使用できます ✨
貢献
ローカル開発
# 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