Generating Vue documentation

The project is built on Vue components. Each component has its own methods, etc. How to write a doc for them using JSDoc? JSDoc cannot process vue files. There was an idea to take out all the methods from the component in helper.js is there to write to the dock, and then connect the methods to the component (but this is wild)

Author: batya, 2018-04-08

1 answers

Try https://www.npmjs.com/package/jsdoc-vue. Better yet, look towards StoryBook.

 3
Author: yarkov_aleksei, 2018-04-08 11:20:23