{"id":30309613,"url":"https://github.com/mateuszkulpa/nuxt-ab-testing","last_synced_at":"2025-10-05T17:11:18.603Z","repository":{"id":223025377,"uuid":"758988790","full_name":"mateuszkulpa/nuxt-ab-testing","owner":"mateuszkulpa","description":"Nuxt module designed to seamlessly integrate A/B testing.","archived":false,"fork":false,"pushed_at":"2024-04-16T20:32:18.000Z","size":1232,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T07:52:16.608Z","etag":null,"topics":["100commitow","ab-testing","nuxt","nuxt-module"],"latest_commit_sha":null,"homepage":"https://nuxt-ab-testing.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateuszkulpa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-17T16:57:49.000Z","updated_at":"2025-03-29T17:24:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"3019fd53-4901-47d0-88b9-7367c6ad3b30","html_url":"https://github.com/mateuszkulpa/nuxt-ab-testing","commit_stats":null,"previous_names":["mateuszkulpa/nuxt-ab-testing"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/mateuszkulpa/nuxt-ab-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuszkulpa%2Fnuxt-ab-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuszkulpa%2Fnuxt-ab-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuszkulpa%2Fnuxt-ab-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuszkulpa%2Fnuxt-ab-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateuszkulpa","download_url":"https://codeload.github.com/mateuszkulpa/nuxt-ab-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuszkulpa%2Fnuxt-ab-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["100commitow","ab-testing","nuxt","nuxt-module"],"created_at":"2025-08-17T13:46:53.492Z","updated_at":"2025-10-05T17:11:18.572Z","avatar_url":"https://github.com/mateuszkulpa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt A/B Testing\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\n🚧 **This project is currently under development and not yet production ready.**\n\nNuxt module designed to seamlessly integrate A/B testing.\n\n- [✨ Release Notes](/CHANGELOG.md)\n- [📖 Documentation](https://nuxt-ab-testing.vercel.app)\n\n## Planned features\n\n- 🔄 Dynamic variant assignment\n- ⚙️ Comprehensive configuration options\n- 📐 Extensible variant definitions\n- 📅 Scheduled testing controls\n- 📊 Analytics and event tracking\n- 🛠 Developer tools and internal analytics dashboard\n- 💾 Flexible storage options\n\n## Quick Setup\n\n1. Add `nuxt-ab-testing` dependency to your project\n\n```bash\n# Using pnpm\npnpm add -D nuxt-ab-testing\n\n# Using yarn\nyarn add --dev nuxt-ab-testing\n\n# Using npm\nnpm install --save-dev nuxt-ab-testing\n```\n\n2. Add `nuxt-ab-testing` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: [\n    'nuxt-ab-testing'\n  ]\n})\n```\n\nThat's it! You can now use Nuxt A/B Testing in your Nuxt app ✨\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Generate type stubs\npnpm run dev:prepare\n\n# Develop with the playground\npnpm run dev\n\n# Build the playground\npnpm run dev:build\n\n# Run ESLint\npnpm run lint\n\n# Run Vitest\npnpm run test\npnpm run test:watch\n\n# Release new version\npnpm run release\n```\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-ab-testing/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://npmjs.com/package/nuxt-ab-testing\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-ab-testing.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://npmjs.com/package/nuxt-ab-testing\n\n[license-src]: https://img.shields.io/npm/l/nuxt-ab-testing.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[license-href]: https://npmjs.com/package/nuxt-ab-testing\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateuszkulpa%2Fnuxt-ab-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateuszkulpa%2Fnuxt-ab-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateuszkulpa%2Fnuxt-ab-testing/lists"}