Skip to content

gramblicka/demo-vue3-one-time-password

Repository files navigation


vue-logo

One Time Password Component - DEMO


Customizable OTP (One Time Password) component for web apps, compatible with Vue (Vue 3) and Autofill one time code from email / sms.

Run project

  1. install
npm i

OR

yarn install
  1. run dev
npm run dev

OR

yarn dev