Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 931 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 931 Bytes

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