0.1.0 • Published 1 year ago

nuxt-vouchstar-websdk v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Nuxt 3 VouchstarWebsdk

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

How to install

Install nuxt-vouchstar-websdk with your favorite package manager:

npm i nuxt-vouchstar-websdk

You can also use

npx nuxi@latest module add nuxt-vouchstar-websdk

That should install and attach module for your nuxt. The only thing you will have to do is set the vouchstarToken

Attach the nuxt-vouchstar-websdk to the app as a module and set your vouchstarToken:

// nuxt.config.ts
export default defineNuxtConfig({
  // Attach module to nuxt
  modules: ['nuxt-vouchstar-websk'],
  // VouchstarWebsdk module options
  vouchstarWebsdk: {
    // Set your api token
    vouchstarToken: "<your-api-token-here>"
  }
})

Usage

There are two main components:

  • VouchstarBtn
  • VouchstarModal
0.1.20

1 year ago

0.1.21

1 year ago

0.1.19

1 year ago

0.1.189

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago