Open
Description
Description
Hello,
This Nuxt module, nuxt-maintenance-mode
, which I developed, provides a simple way to put a Nuxt application into maintenance mode.
When enabled, it displays a customizable maintenance page to visitors, preventing them from accessing the regular application content.
This is useful for performing updates, deployments, or other maintenance tasks without negatively impacting user experience.
The module offers configuration options for customizing routes to be included & excluded, and a secret that can be used to bypass maintenance.
Repository
https://github.com/kristianbinau/nuxt-maintenance-mode
npm
https://www.npmjs.com/package/@kristianbinau/nuxt-maintenance-mode
Nuxt Compatibility
Nuxt 3