Answer the question
In order to leave comments, you need to log in
How to document the entire project at once using jsdoc?
Hello, I recently learned about such a thing as jsDoc, and decided to try it, in principle, everything turns out with the exception of one problem, here are the project files
To generate documentation, I prescribe
jsdoc -c jsdoc.config.js src/App.vue src/component/test.vue
module.exports = {
"plugins": [
"node_modules/jsdoc-vuejs"
],
"source": {
"includePattern": "\\.(vue|js)$"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question