Pinia Colada
新增 Pinia Colada 模組以處理 SSR 並在您的 Nuxt 應用程式中安裝 Pinia Colada。
快速設定
使用一個指令將模組安裝到您的 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