0.1.0 • Published 5 years ago

vuepress-plugin-component-docgen v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

vuepress-plugin-component-docgen

Vuepress plugin for creating a documentation site of your Vue component

npm

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

module.exports = {
    ...
    plugins: [
      [
        'component-docgen',
        {
          rootDir: <string>,
          include: <string | string[]>,
          exclude: <string | string[]>,
          prefix: <string>,
        }
      ]
    ]
}

See Who Is Using component-docgen

Contributors

License

MIT © dacsang97