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