0.0.7 • Published 1 year ago

nuxt-recaptcha v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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