1.0.1 • Published 2 years ago

voxes-nuxt-sdk v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Voxes Nuxt module

Nuxt module which lets you easly use Voxes SDK in your project.

Installation

yarn add voxes-nuxt-sdk

Add module to nuxt.config.js

export default {
  buildModules: ["voxes-nuxt-sdk"],
  voxes: {
    appKey: APP_KEY,
  },
};

Get your APP_KEY and configure a survey on https://voxes.io

1.0.1

2 years ago

1.0.0

2 years ago