Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arashsheyda/nuxt-recaptcha
- Owner: arashsheyda
- Created: 2024-03-12T00:20:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:54:55.000Z (6 months ago)
- Last Synced: 2024-10-23T01:15:56.562Z (22 days ago)
- Language: TypeScript
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)