nuxt-hcaptcha

0.0.2 • Public • Published

HCaptcha logo Nuxt logo

nuxt-hcaptcha

this package is in development and should not be used yet.

hCaptcha module for Nuxt.js.

Development Status

  • Immediate Goals
    • Something
  • Coming Soon
    • Something

Installation

  • Add dependency to your project
npm i nuxt-hcaptcha
  • Add module to nuxt and configure it providing inline options
// nuxt.config.js
{
  modules: [
    [
      'nuxt-hcaptcha', {
        /* hCaptcha options */
      }
    ],
  ]
}
  • Or using top-level options
{
  modules: [
    'nuxt-hcaptcha',
  ],

  hcaptcha: {
    /* hCaptcha options */
  },
}

Usage

<template></template>

<script>
export default {}
</script>

Something

lorem ipsum

<template></template>

<script>
export default {}
</script>

This package was inspired by @nuxtjs/recaptcha

Package Sidebar

Install

npm i nuxt-hcaptcha

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

14 kB

Total Files

8

Last publish

Collaborators

  • amirmahdimajedi