0.1.2 • Published 3 years ago

@netsells/nuxt-vwo v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Nuxt VWO NPM version Dependency Status

Add VWO to your nuxt.js application.

Note: VWO is not enabled in dev mode.

You can set environment variable NODE_ENV to production for testing in dev mode.

Setup

  • Add @netsells/nuxt-vwo dependency using yarn or npm to your project
  • Add @netsells/nuxt-vwo to modules section of nuxt.config.js
modules: [
    ['@netsells/nuxt-vwo', { 
        accountId: 1234,
        settingsTolerance: 1234, // Optional
        libraryTolerance: 1234, // Optional
    }],
]

Options

accountId

  • Required
  • VWO Account ID

settingsTolerance

  • VWO settings_tolerance value
  • Default: 2000

libraryTolerance

  • VWO library_tolerance value
  • Default: 5000

License

MIT © Netsells