Skip to content

youngtailors/vuepress-plugin-component-docgen

Repository files navigation

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

About

Vuepress plugin for creating a documentation site of your Vue component

Resources

License

Stars

Watchers

Forks

Packages

No packages published