1.2.1 • Published 8 months ago

nuxt-vstar-websdk v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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-vstar-websdk with your favorite package manager:

npm i nuxt-vstar-websdk

You can also use

npx nuxi@latest module add nuxt-vstar-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-vstar-websdk to the app as a module and set your vouchstarToken:

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

Usage

There are two main components:

  • VouchstarBtn
  • VouchstarModal

Documentation

Nuxt Websdk

Contact

Vouchstar

1.2.0

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.1.3

8 months ago

1.2.1

8 months ago

1.1.2

9 months ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year 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