Skip to content

uiwo/vuepress-plugin-docgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

auto docs generation for your components

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 50.3%
  • JavaScript 46.8%
  • Shell 1.4%
  • HTML 1.4%
  • CSS 0.1%