1.0.7 • Published 12 months ago

vue-vstar-websdk v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Vue 3 VouchstarWebsdk

This is a package for quick and easy integration of Vouchstar Websdk with Vue 3 website

How to install

Install vue-vstar-websdk with your favorite package manager:

npm i vue-vstar-websdk

Pass the vue-vstar-websdk to the app as a plugin and set your vouchstarToken:

// main.ts
import { createApp } from 'vue'
import { VouchstarWebsdk } from 'vue-vstar-websdk'
import App from './App.vue'

const app = createApp(App)

app.use(VouchstarWebsdk, {
    vouchstarToken: '<your-vouchstar-token-here>'
})
app.mount('#app')

Usage

There are two main components:

  • VouchstarBtn
  • VouchstarModal

Documentation

Vue Websdk

Contact

Vouchstar

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago