Skip to content

VouchstarWebSDK for Nuxt 3

How to install

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

npm
npm install nuxt-vstar-websdk

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-websdk'],
// VouchstarWebsdk module options
vouchstarWebsdk: {
// Set your api token
vouchstarToken: "<your-api-token-here>"
}
})

0xEf444C69eA8A9864e0EcBC7BA0E472018ef3c860

Usage

There are two main components: