modules icon indicating copy to clipboard operation
modules copied to clipboard

[Module Listing Request]: `nuxt-version-check`

Open rtrap-rsi opened this issue 8 months ago • 0 comments

Description

A minimal Nuxt 3 module that detects if a new version of your app is available and fetches a remote changelog in Markdown format.

✨ Features

  • ✅ Version polling from /version.json
  • ✅ Loads Markdown changelog from remote URL
  • ✅ Exposes useVersionCheck() and useChangelog() composables
  • ✅ Extensible with forceUpdate, releasedAt, etc.
  • ✅ No dependencies, TypeScript native

Repository

https://github.com/rtrap-rsi/nuxt-version-checker

npm

https://www.npmjs.com/package/nuxt-version-checker

Nuxt Compatibility

Nuxt 3

rtrap-rsi avatar Jun 25 '25 09:06 rtrap-rsi