@netsells/nuxt-vwo

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @netsells/nuxt-vwo

Weekly Downloads

6

Version

0.1.2

License

MIT

Unpacked Size

5.98 kB

Total Files

5

Last publish

Collaborators

  • rebeccaanderton
  • samturrell
  • spamoom
  • jakub.gawron