nuxtjs-recaptcha-cn
v0.6.2
Published
Simple and easy Google reCAPTCHA integration with Nuxt.js,based on @nuxtjs/recaptcha 0.6.1 and change the URL to www.recaptcha.net in order to use in China
Downloads
2
Maintainers
Readme
Google reCAPTCHA
🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js
Setup
- Add
@nuxtjs/recaptcha
dependency withyarn
ornpm
into your project - Add
@nuxtjs/recaptcha
tomodules
section ofnuxt.config.js
- Configure it:
{
modules: [
[
'@nuxtjs/recaptcha', {
/* reCAPTCHA options */
}
],
]
}
using top level options
{
modules: [
'@nuxtjs/recaptcha',
],
recaptcha: {
/* reCAPTCHA options */
},
}
Configuration
{
// ...
recaptcha: {
hideBadge: Boolean, // Hide badge element (v3)
language: String, // Recaptcha language (v2)
siteKey: String, // Site key for requests
version: Number // Version
},
// ...
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) mvrlin [email protected]