DEV Community

Cover image for Nuxt State Monitor
Cloud Nine
Cloud Nine

Posted on

1

Nuxt State Monitor

Nuxt State Monitor is a lightweight Nuxt open-source module that allows to monitor and edit all variables stored in Nuxt's native state, including custom data of any type. This is useful for debugging, managing state, and keeping track of custom runtime data in a seamless and developer-friendly way.

Features

  • πŸ“Š State Monitoring: Real-time monitoring of all Nuxt native states.
  • πŸ”§ State Editing: Dynamically edit the state directly from the UI.
  • πŸ” Custom Data Monitoring: Watch and manage custom data objects and variables.
  • πŸ“‚ State Import/Export: Effortlessly import and export state data for debugging or sharing.
  • ⚑ Zero Configuration: Minimal setup and configuration needed.
  • πŸ’» Developer-Friendly UI: A sleek and intuitive UI to track and manage states.

Installation

npx nuxi@latest module add nuxt-state-monitor

Usage

Add the component in App.vue to enable the monitor globally, or in single pages if you want to keep track of custom data also (optional).

<NuxtStateMonitor custom-data="additional"/>

GitHub: https://github.com/Laravel42/nuxt-state-monitor

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay