Skip to content

Improves Vue defineComponent and Pinia defineStore display in TypeDoc documentation

License

Notifications You must be signed in to change notification settings

Gerrit0/typedoc-plugin-vue

Repository files navigation

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

About

Improves Vue defineComponent and Pinia defineStore display in TypeDoc documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published