RSSAmplifier

Blog

Michael Hoffmann

Michael Hoffmann

mokkapps.deRSS feed ↗5 posts

Latest posts

How to Set Up an MCP Server for an Existing Nuxt App

A beginner-friendly, practical guide to adding an MCP server to an existing Nuxt app using the Nuxt MCP Toolkit and a mocked weather tool.

Nuxt Tip: Difference Between useFetch and event.$fetch

Understand the key distinction between useFetch and event.$fetch in Nuxt. Learn why using event.$fetch for server-side API calls is the recommended approach for better performance and SSR correctness.

Vue Tip: Infer Props From Components in a Component Map

Use a typed entry helper to infer props from each component in a component map. This is useful when rendering dynamic blocks from CMS or configuration data.

Navigating State Management in Vue: Composables, Provide/Inject, and Pinia

Explore the best practices for using Composables, Provide/Inject, and Pinia in Vue applications. Learn when to use each approach to manage state effectively in your projects, understanding the nuances that make each method suitable for different scenarios.

Why I Switched Back From VS Code to IntelliJ IDEA: A Developer's Journey

In this blog post, I'll share the reasons why I transitioned back to using IntelliJ as my primary integrated development environment (IDE) after a period with Visual Studio Code. Despite VS Code's early advantages for developing with Nuxt 3, recent developments have led me back to IntelliJ due to its superior Git integration, efficient project indexing, minimalist plugin needs, and robust…