Storybook Vue Addon

JSON →
library 0.7.1 ·javascript
verified Jun 4, 2026

A Storybook addon that allows writing stories in native Vue Single File Component (SFC) syntax, transpiling them to Storybook's CSF format. Current version 0.7.1 (alpha) requires Node >=20 and peer deps including @storybook/vue3-vite ^10.0.0, storybook ^10.0.0, Vue ^3.2.47, and optionally Nuxt 3/4 or various bundlers (Vite, webpack, Rollup, esbuild). Key differentiators: idiomatic Vue templates instead of string-based stories, full Volar editor support, custom <docs> block for markdown documentation, and automatic Vite integration via unplugin. Comparable to Histoire but scoped to Storybook.