Vuepress plugin for creating a documentation site of your Vue component
npm install --save-dev vuepress-plugin-component-docgen
yarn add vuepress-plugin-component-docgen
Update your .vuepress/config.js
module.exports = {
...
plugins: [
[
'component-docgen',
{
rootDir: <string>,
include: <string | string[]>,
exclude: <string | string[]>,
prefix: <string>,
}
]
]
}
MIT © dacsang97