0.1.2 • Published 4 years ago
@netsells/nuxt-vwo v0.1.2
Nuxt VWO

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-vwodependency using yarn or npm to your project - Add
@netsells/nuxt-vwotomodulessection ofnuxt.config.js
modules: [
['@netsells/nuxt-vwo', {
accountId: 1234,
settingsTolerance: 1234, // Optional
libraryTolerance: 1234, // Optional
}],
]Options
accountId
- Required
- VWO Account ID
settingsTolerance
- VWO
settings_tolerancevalue - Default:
2000
libraryTolerance
- VWO
library_tolerancevalue - Default:
5000
License
MIT © Netsells