JSPM

nuxt-varioqub

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q10021F
  • License MIT

A Nuxt module for seamless integration with Yandex Varioqub, enabling A/B testing in your application

Package Exports

  • nuxt-varioqub

Readme

Nuxt Varioqub

npm version npm downloads License Nuxt

A Nuxt module for seamless integration with Yandex Varioqub, enabling A/B testing in your application.

Features

  • ⛰  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add nuxt-varioqub

That's it! You can now use Nuxt Varioqub in your Nuxt app ✨

Contribution

Local development
# Install dependencies
pnpm install

# Generate type stubs
pnpm run dev:prepare

# Develop with the playground
pnpm run dev

# Build the playground
pnpm run dev:build

# Run ESLint
pnpm run lint

# Run Vitest
pnpm run test
pnpm run test:watch

# Release new version
pnpm run release