How to generate documentation for a Vue 3 project (Vite). (Components, pages, props, methods, etc.)
P粉330232096
P粉330232096 2023-08-28 00:17:01
0
1
635
<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>
P粉330232096
P粉330232096

reply all(1)
P粉566048790

I used vue-docgen-cli with a heavy docgen.config.js so that it accepts descriptions containing @component. Then you have to annotate the property on the JSDoc and emit it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!