0.1.26 • Published 10 months ago

vue-vouchstar-websdk v0.1.26

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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-vouchstar-websdk with your favorite package manager:

npm i vue-vouchstar-websdk

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

// main.ts
import { createApp } from 'vue'
import { VouchstarWebsdk } from 'vue-vouchstar-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
0.1.26

10 months ago

0.1.25

10 months ago

0.1.24

10 months ago

0.1.23

10 months ago

0.1.22

10 months ago

0.1.21

10 months ago

0.1.20

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

11 months ago