web-meta-framework-nuxt

Installation
SKILL.md

Nuxt Framework Patterns

Quick Guide: useFetch for an API call in a component, useAsyncData for a custom source or several fetches combined — both transfer the server's result to the client so nothing is fetched twice. Server routes live in server/api/, shared state in useState, and composables and components are auto-imported. Two facts change the answers below: data is a shallowRef, so replace the object rather than mutating into it (or pass deep: true), and data and error default to undefined rather than null.

Detailed Resources:


Installs
22
GitHub Stars
24
First Seen
Apr 7, 2026
web-meta-framework-nuxt — agents-inc/skills