vuepress-plugin-component-docgen
Vuepress plugin for creating a documentation site of your Vue component
Install from NPM
npm install --save-dev vuepress-plugin-component-docgen
Install from Yarn
yarn add vuepress-plugin-component-docgen
Config for your site
Update your .vuepress/config.js
moduleexports = ... plugins: 'component-docgen' rootDir: <string> include: <string | string> exclude: <string | string> prefix: <string>
component-docgen
See Who Is Using
Contributors
License
MIT © dacsang97