Nuxt Kinde
Quick Setup
- Add
@nuxtjs/kinde
dependency to your project
# Using pnpmpnpm add -D @nuxtjs/kinde# Using yarnyarn add --dev @nuxtjs/kinde# Using npmnpm install --save-dev @nuxtjs/kinde
- Add
@nuxtjs/kinde
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({ modules: ['@nuxtjs/kinde'],})
That's it! You can now use Nuxt Kinde in your Nuxt app ✨
Development
# Install dependenciesnpm install# Generate type stubsnpm run dev:prepare# Develop with the playgroundnpm run dev# Build the playgroundnpm run dev:build# Run ESLintnpm run lint# Run Vitestnpm run testnpm run test:watch# Release new versionnpm run release
Contributors 1