generator-easy-vue
Version:
a generator for a super vue project
35 lines (33 loc) • 742 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./src/"],
"exclude": [],
"includePattern": "\\.(vue|js)$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"node_modules/jsdoc-vue"
// "plugins/markdown",
// "plugins/summarize"
],
"markdown": {
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./jsdoc/",
"recurse": true,
"package": "./package.json",
"reademe": "./READEME.md"
}
}