All Projects → QingWei-Li → Jsdoc Vue

QingWei-Li / Jsdoc Vue

Licence: wtfpl
A jsdoc plugin that parses *.vue files.

Labels

Projects that are alternatives of or similar to Jsdoc Vue

tidy-jsdoc
A clean JSDoc3 template
Stars: ✭ 16 (-75%)
Mutual labels:  jsdoc
Tsdoc
A doc comment standard for TypeScript
Stars: ✭ 3,785 (+5814.06%)
Mutual labels:  jsdoc
Jsdoc Baseline
An experimental, extensible template for JSDoc.
Stars: ✭ 51 (-20.31%)
Mutual labels:  jsdoc
generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (-76.56%)
Mutual labels:  jsdoc
Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (+348.44%)
Mutual labels:  jsdoc
Eslint Plugin Jsdoc
JSDoc specific linting rules for ESLint.
Stars: ✭ 516 (+706.25%)
Mutual labels:  jsdoc
sveld
Generate TypeScript definitions for your Svelte components
Stars: ✭ 281 (+339.06%)
Mutual labels:  jsdoc
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-17.19%)
Mutual labels:  jsdoc
Compodoc
📔 The missing documentation tool for your Angular, Nest & Stencil application
Stars: ✭ 3,567 (+5473.44%)
Mutual labels:  jsdoc
Wemake Vue Template
Bleeding edge vue template focused on code quality and developer happiness.
Stars: ✭ 645 (+907.81%)
Mutual labels:  jsdoc
jsdast
JSDoc Abstract Syntax Tree
Stars: ✭ 20 (-68.75%)
Mutual labels:  jsdoc
Vscode Docthis
JSDoc generator extension for Visual Studio Code.
Stars: ✭ 284 (+343.75%)
Mutual labels:  jsdoc
Ydoc
🐶YDoc 是一个更懂你的文档站构建工具,基于 markdown 轻松生成完整静态站点
Stars: ✭ 566 (+784.38%)
Mutual labels:  jsdoc
ts-lehre
Generate document block(JsDoc, EsDoc, TsDoc) from source code
Stars: ✭ 14 (-78.12%)
Mutual labels:  jsdoc
Swagger Jsdoc
Generates swagger/openapi specification based on jsDoc comments and YAML files.
Stars: ✭ 1,057 (+1551.56%)
Mutual labels:  jsdoc
soulsign-scripts
📝 一部分是个人为魂签制作的签到脚本,还有一些个人使用的签到脚本。
Stars: ✭ 50 (-21.87%)
Mutual labels:  jsdoc
Vim Jsdoc
Generate JSDoc to your JavaScript code.
Stars: ✭ 392 (+512.5%)
Mutual labels:  jsdoc
Doc Demo
Doc Demo, Show you how to write a qualified note.Now Include PHP/Javascript(注释标签范例,助你能更好理解每个注释标签的作用,目前包含了PHP/Javascript
Stars: ✭ 63 (-1.56%)
Mutual labels:  jsdoc
Ts2jsdoc
Generate JSDoc from Typescript
Stars: ✭ 52 (-18.75%)
Mutual labels:  jsdoc
Documentation
📖 documentation for modern JavaScript
Stars: ✭ 5,443 (+8404.69%)
Mutual labels:  jsdoc

jsdoc-vue

Build Status npm XO code style

A jsdoc plugin that parses *.vue files.

Installation

yarn add jsdoc-vue vue-template-compiler --dev
# npm i jsdoc-vue vue-template-compiler -D

Usage

Configuring JSDoc with conf.json

{
  "plugins": ["node_modules/jsdoc-vue"],
  "source": {
    "includePattern": "\\.(vue|js)$"
  }
}

Test

npm test

License

WTFPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].