youngtailors / vuepress-plugin-component-docgen

Vuepress plugin for creating a documentation site of your Vue component

Home Page:https://vuepress-docgen.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://vuepress-docgen.now.sh/

License:MIT License


Languages

Language:TypeScript 100.0%