Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arashsheyda/nuxt-recaptcha

Lightweight Google Recaptcha integration for Nuxt.
https://github.com/arashsheyda/nuxt-recaptcha

Last synced: 17 days ago
JSON representation

Lightweight Google Recaptcha integration for Nuxt.

Awesome Lists containing this project

README

        

## Nuxt Recaptcha

[Nuxt](https://nuxt.com/) integration for [Google Recaptcha](https://www.google.com/recaptcha/about/)

## Installation

```bash
pnpm add nuxt-recaptcha
```

## Usage

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

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

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

For more info, please refer to our [documentation](https://docs.arashsheyda.me/nuxt-recaptcha).

## License

[MIT License](./LICENSE)