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