//nuxt-recaptchabyarashsheyda

nuxt-recaptcha

Lightweight Google Recaptcha integration for Nuxt.

1
1
1
TypeScript

Nuxt Recaptcha

Nuxt integration for Google Recaptcha

Installation

pnpm add nuxt-recaptcha

Usage

Add nuxt-recaptcha to the modules section of your nuxt.config.ts file.

export default defineNuxtConfig({
  modules: [
    'nuxt-recaptcha',
  ],

  recaptcha: {
    siteKey: '...'
  },
})

For more info, please refer to our documentation.

License

MIT License

[beta]v0.13.0