flozero / vuepress-plugin-docgen

auto docs generation for your components

Home Page:https://f3ltron.github.io/vuepress-plugin-docgen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://f3ltron.github.io/vuepress-plugin-docgen/

License:MIT License


Languages

Language:Vue 50.3%Language:JavaScript 46.8%Language:Shell 1.4%Language:HTML 1.4%Language:CSS 0.1%