1.2.0 • Published 12 months ago

typedoc-plugin-vue v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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.2.0 (2024-06-22)

  • Support TypeDoc 0.26.
  • Remove $id properties from store function declarations.

v1.1.0 (2023-10-06)

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

v1.0.0 (2023-10-06)

  • Initial release
1.2.0

12 months ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago