Generate docs for Vue components with style
npm install -g vuelentino
# Look for Vue components and generate docs!
vuelentino
Vuelentino by default will look for Vue components using the src/**/*.vue
glob pattern and will generate the documentation under docs/
using
a Markdown template.
Of course, you can override all default options according to your needs:
vuelentino -i src/components/*.vue -o docs/components -t template.html
Option | Description | Default |
---|---|---|
-i |
A glob pattern used to select the input files | src/**/*.vue |
-o |
A destination path for the generated docs | docs/ |
-t |
The template used to render the docs | Markdown template |
If you want, you can also freely donate to fund the project development:
Please open a new issue on:
https://github.com/zuck/vuelentino/issues
Copyright (c) Emanuele Bertoldi