Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

QingWei-Li/jsdoc-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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