VouchstarWebSDK for Nuxt 3
How to install
Install nuxt-vstar-websdk with your favorite package manager:
npm install nuxt-vstar-websdkyarn install nuxt-vstar-websdkpnpm install nuxt-vstar-websdkbun install nuxt-vstar-websdkAttach the nuxt-vstar-websdk to the app as a module and set your vouchstarToken:
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: