1. typedoc-plugin-vue
Improves Vue defineComponent and Pinia defineStore display in TypeDoc documentation
typedoc-plugin-vue
Package: typedoc-plugin-vue
Created by: Gerrit0
Last modified: Fri, 06 Oct 2023 20:41:56 GMT
Version: 1.1.0
License: MIT
Downloads: 5,145
Repository: https://github.com/Gerrit0/typedoc-plugin-vue

Install

npm install typedoc-plugin-vue
yarn add typedoc-plugin-vue

typedoc-plugin-vue

Improves display of Vue defineComponent variables and Pinia stores in TypeDoc documentation.

Usage

 npm install --save-dev typedoc-plugin-vue
// typedoc.json
{
    "plugin": ["typedoc-plugin-vue"]
}

See an example of this plugin in action.

Change Log

v1.1.0

  • Added keywords so plugin will appear on TypeDoc's site, improved build process.

v1.0.0

  • Initial release

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin