vuepress-plugin-docgen

June 20, 2019 · View on GitHub

lerna Commitizen friendly Build Status NPM Downloads

vuepress-plugin-docgen

Vuepress plugin for creating a documentation site of your Vue components

fast installation

yarn add -D vuepress-plugin-docgen

vuepress config file

plugins: [
  [ 'docgen',
    {
      componentsDir: path.join(__dirname, '../../components')
    }
  ]
]

documentation more infos click here

License

MIT © f3ltron

Contents

  1. 1fast installation
  2. 2documentation more infos click here
  3. 3License