vuepress-plugin-component-docgen

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vuepress-plugin-component-docgen

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

40.8 kB

Total Files

55

Last publish

Collaborators

  • sangnd