Gathering detailed insights and metrics for jsdoc-vuedoc
Gathering detailed insights and metrics for jsdoc-vuedoc
Gathering detailed insights and metrics for jsdoc-vuedoc
Gathering detailed insights and metrics for jsdoc-vuedoc
npm install jsdoc-vuedoc
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
19 Stars
10 Commits
5 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Jun 13, 2022
Latest Version
1.2.1
Package Id
jsdoc-vuedoc@1.2.1
Unpacked Size
203.36 kB
Size
124.10 kB
File Count
7
NPM Version
6.4.1
Node Version
8.9.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
A jsdoc plugin use @vuedoc/md.
async/await
features.1npm i jsdoc-vuedoc -D
add
jsdoc-vuedoc
node tojsdoc.json
.
tag
: default @vuedoc
.log
: default true
.This plugin just extract the component's info into
markdown
format, and instert it into the@vuedoc
's position.
Not affect other jsdoc features of the code.
@vuedoc
tag to comment.@exports componentName
tag to comment.just add @vuedoc
tag, @exports
tag, to the to document in you vue SFC.
1/** 2 * sidebar component description 3 * @vuedoc 4 * @exports component/SideBar 5 */ 6export default {}
npm i jsdoc -D
npm i sherry-docstrap -D
, 原来的docstrap有点小bug还未修复,所以自己暂时发布一个。"jsdoc": "rm -rf public/jsdoc && node_modules/.bin/jsdoc -c jsdoc.json"
, public/jsdoc
为发布位置,适当修改npm run jsdoc
1{ 2 "plugins": [ 3 "node_modules/jsdoc-vuedoc", 4 "plugins/markdown", 5 "plugins/summarize" 6 ], 7 "jsdoc-vuedoc": { 8 "tag": "vuedoc" 9 }, 10 "markdown": { 11 "tags": ["author", "classdesc", "description", "param", "property", "returns", "see", "throws"] 12 }, 13 "recurseDepth": 10, 14 "source": { 15 "include": ["fe/src"], 16 "includePattern": ".+\\.(js|vue)$", 17 "excludePattern": "(^|\\/|\\\\)_" 18 }, 19 "sourceType": "module", 20 "tags": { 21 "allowUnknownTags": true, 22 "dictionaries": ["jsdoc", "closure"] 23 }, 24 "templates": { 25 "logoFile": "", 26 "cleverLinks": false, 27 "monospaceLinks": false, 28 "dateFormat": "ddd MMM Do YYYY", 29 "outputSourceFiles": true, 30 "outputSourcePath": true, 31 "systemName": "DocStrap", 32 "footer": "", 33 "copyright": "DocStrap Copyright © 2012-2015 The contributors to the JSDoc3 and DocStrap projects.", 34 "navType": "vertical", 35 "theme": "cosmo", 36 "linenums": true, 37 "collapseSymbols": false, 38 "inverseNav": true, 39 "protocol": "html://", 40 "methodHeadingReturns": false 41 }, 42 "markdown": { 43 "parser": "gfm", 44 "hardwrap": true 45 }, 46 "opts": { 47 "template": "node_modules/sherry-docstrap/template", 48 "encoding": "utf8", 49 "destination": "./public/jsdoc/", 50 "recurse": true, 51 "readme": "README.md", 52 "tutorials": "./docs/" 53 } 54}
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More