A pretty good vuejs component documentation generator
Install with npm
$ npm i vue-doc-generator --save-dev
const VueDocGenerator = require('vue-doc-generator');
const docGenerator = new VueDocGenerator({
src: [path.join(__dirname, '..', './src/**/*.+(js|vue)')]
});
const docs = docGenerator.runDocs();
You can use the above lines in conjunction with webpack's DefinePlugin to provide docs to the rest of your app.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
npm run commit
launches a commit assistant to follow commitizen guidelines
Copyright © 2018 Licensed under the MIT license.