You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
**This fork adds a `parseSource` method to parse plain sources instead of files only**
5
+
4
6
`vue-docgen-api` is a toolbox to help extracting information from [Vue][] components, and generate documentation from it.
5
7
6
8
Use [babel][] and [jsdoc-api][] to compile the code and analyze the contents of the component extracting methods and props. The output is a JavaScript object.
@@ -10,24 +12,22 @@ Use [babel][] and [jsdoc-api][] to compile the code and analyze the contents of
0 commit comments