How to generate documentation for a Vue 3 project (Vite). (Components, pages, props, methods, etc.)
P粉330232096
2023-08-28 00:17:01
<p>Facing the problem of generating simple documentation for vue projects. Any ideas? </p>
<p>Tried Vue Styleguidist but it doesn't work with Vue 3 and Vite. </p>
I used
vue-docgen-cli
with a heavydocgen.config.js
so that it accepts descriptions containing@component. Then you have to annotate the property on the JSDoc and emit it.