0.1.26 • Published 2 years ago

vue-vouchstar-websdk v0.1.26

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago