UNPKG

rauth-client

Version:

A lightweight, framework-agnostic JavaScript/TypeScript library for adding reverse authentication via WhatsApp on the client side.

4 lines (3 loc) 96 B
import { createApp } from 'vue'; import App from './App.vue'; createApp(App).mount('#app');