rollup-plugin-vuedoc

JSON →
library 0.4.0 ·javascript
verified Jun 4, 2026

Rollup plugin to generate markdown documentation from Vue.js component source files using @vuedoc/md. Version 0.4.0 is current stable; release cadence is sporadic. This plugin allows generating markdown files for each Vue component during the Rollup build, with options for prefix paths, intro/outro text, index generation per directory, and string replacement. It is distinct from other Vue documentation generators in that it integrates directly into the Rollup asset pipeline, outputting markdown files alongside bundled code. Requires rollup >= 1.19.2 and @vuedoc/md as a peer dependency.