Nuxt A/B Testing
Nuxt module designed to seamlessly integrate A/B testing.
- Component-based A/B tests
- Composable-based A/B tests
- Persisted variants
Bash
$npm install nuxt-ab-testing
Click to copy
What's included
Component Testing
Use ABTest
to compare UI components and optimize user experience.
Logic Testing
useABTest
makes A/B testing your app's logic easy.
Persisted Variants
Our library keeps user choices consistent across visits.