nuxt-modules/storybook
Storybook integration with Nuxt.
What's novel
Storybook integration with Nuxt.
Code Analysis
7 files read · 4 roundsIntegrates Storybook into Nuxt applications by overriding Vite configuration, extending NuxtLink component with prefetching logic, and managing runtime dependencies between the two frameworks.
Strengths
Clean separation of concerns between module and addon packages, sophisticated handling of ESM/CJS compatibility issues, thoughtful implementation of link prefetching with idle callbacks, and proper use of Nuxt lifecycle hooks to defer Storybook startup until server readiness.
Weaknesses
Missing critical source files (router.ts, storybook.config.ts) suggest incomplete repository state, no visible test suite despite having vitest configuration, and lack of comprehensive documentation for complex integration points.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
105
Contributors
30
Files
230
Active weeks
24
Repository
Language
TypeScript
Stars
481
Forks
117
License
—