<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Cloud Nine</title>
    <description>The latest articles on DEV Community by Cloud Nine (@cloud_nine_160963aab0d284).</description>
    <link>https://dev.to/cloud_nine_160963aab0d284</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1417680%2Fd0d1b2bc-fac1-49de-8ef5-62bf0affbcf1.png</url>
      <title>DEV Community: Cloud Nine</title>
      <link>https://dev.to/cloud_nine_160963aab0d284</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cloud_nine_160963aab0d284"/>
    <language>en</language>
    <item>
      <title>Nuxt State Monitor</title>
      <dc:creator>Cloud Nine</dc:creator>
      <pubDate>Sun, 10 Nov 2024 21:43:11 +0000</pubDate>
      <link>https://dev.to/cloud_nine_160963aab0d284/nuxt-state-monitor-d0j</link>
      <guid>https://dev.to/cloud_nine_160963aab0d284/nuxt-state-monitor-d0j</guid>
      <description>&lt;p&gt;&lt;strong&gt;Nuxt State Monitor&lt;/strong&gt; 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.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📊 State Monitoring: Real-time monitoring of all Nuxt native states.&lt;/li&gt;
&lt;li&gt;🔧 State Editing: Dynamically edit the state directly from the UI.&lt;/li&gt;
&lt;li&gt;🔍 Custom Data Monitoring: Watch and manage custom data objects and variables.&lt;/li&gt;
&lt;li&gt;📂 State Import/Export: Effortlessly import and export state data for debugging or sharing.&lt;/li&gt;
&lt;li&gt;⚡ Zero Configuration: Minimal setup and configuration needed.&lt;/li&gt;
&lt;li&gt;💻 Developer-Friendly UI: A sleek and intuitive UI to track and manage states.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;npx nuxi@latest module add nuxt-state-monitor&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;p&gt;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).&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;NuxtStateMonitor custom-data="additional"/&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/Laravel42/nuxt-state-monitor" rel="noopener noreferrer"&gt;https://github.com/Laravel42/nuxt-state-monitor&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nuxt</category>
      <category>monitoring</category>
      <category>typescript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
