Skip to content

Ru-Captcha-v3 is a lightweight, easy-to-integrate Vue 3 captcha component library designed to offer a simple and efficient solution for implementing captcha functionalities, enhancing the security of your applications.

License

Notifications You must be signed in to change notification settings

Ruy5/ru-captcha-v3

Repository files navigation

Ru-Captcha-v3

Ru-Captcha-v3 is a lightweight, easy-to-integrate Vue 3 captcha component library designed to offer a simple and efficient solution for implementing captcha functionalities, enhancing the security of your applications.

Quick Start:

  1. Install the component library:
npm i ru-captcha-v3
  1. Import and use in your Vue project:
import { createApp } from 'vue'
import App from './App.vue'
import RuCaptchav3 from "ru-captcha-v3/dist/ru-captcha-v3"

const app = createApp(App)
app.use(RuCaptchav3)
app.mount('#app')

About

Ru-Captcha-v3 is a lightweight, easy-to-integrate Vue 3 captcha component library designed to offer a simple and efficient solution for implementing captcha functionalities, enhancing the security of your applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published