1.4.0 • Published 4 months ago

nuxt-ssr-api-logger v1.4.0

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

Nuxt SSR API logger

npm version npm downloads License Nuxt

The Nuxt SSR API logger is a small module that helps you see when your Nuxt application sends any API request via SSR, including calls made with Nuxt 3 data fetching functions like useFetch, $fetch and fetch.

npm.io

Features

  • 👁️ By default, log information is only shown in the terminal during development mode.
  • 🦾 Use forceShowInProduction module option, if you want to show SSR calls in production environment.
  • 🚫 Use disable module option, if you want to disable logging.

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add nuxt-ssr-api-logger

That's it! You can now use Nuxt SSR API logger in your Nuxt app ✨

Contribution

1.4.0

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago