Vuepress plugin for creating a documentation site of your Vue components
yarn add -D vuepress-plugin-docgen
vuepress config file
plugins: [
[ 'docgen',
{
componentsDir: path.join(__dirname, '../../components')
}
]
]
documentation more infos click here
MIT © f3ltron