1. jsdoc-vue
A jsdoc plugin that parses *.vue files.
jsdoc-vue
Package: jsdoc-vue
Created by: QingWei-Li
Last modified: Sun, 19 Jun 2022 05:58:03 GMT
Version: 1.0.0
License: WTFPL
Downloads: 1,636
Repository: https://github.com/QingWei-Li/jsdoc-vue

Install

npm install jsdoc-vue
yarn add jsdoc-vue

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code