QingWei-Li / jsdoc-vue

[➡️ https://github.com/Kocal/jsdoc-vuejs] A jsdoc plugin that parses *.vue files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[➡️ https://github.com/Kocal/jsdoc-vuejs] A jsdoc plugin that parses *.vue files.

License:Do What The F*ck You Want To Public License


Languages

Language:Vue 54.0%Language:JavaScript 46.0%