Tag: nuxtjs

How to build AI-ready Nuxt apps in 2026

Dev

Learn how to build and deploy production-ready AI streaming applications in Nuxt using the Vercel AI SDK, Nuxt UI chat components, and Cloudflare Workers AI at the edge.

Ikeh Akinyemi
Aug 17, 2026 ⋅ 8 min read
Building an AI chat app in Nuxt with the Vercel AI SDK and Cloudflare Workers AI

Building an AI chat app in Nuxt with the Vercel AI SDK and Cloudflare Workers AI

Dev

Learn how to build a streaming AI chat app in Nuxt using the Vercel AI SDK, Nuxt UI chat components, and Cloudflare Workers AI for edge inference.

Ikeh Akinyemi
Aug 17, 2026 ⋅ 9 min read
An advanced guide to Nuxt testing and mocking

An advanced guide to Nuxt testing and mocking

Dev

Learn how to test Nuxt apps with Vitest, @nuxt/test-utils, runtime mocks, server route mocks, and Playwright e2e tests.

Sebastian Weber
Jun 5, 2026 ⋅ 15 min read
Nuxt 4.0 Is Here: What’s New And What To Expect

Nuxt 4.0 is here: What’s new and what to expect

Dev

Learn what’s new in Nuxt 4, from the app/ directory to TypeScript improvements and data fetching changes. Plus, tips for a smooth migration.

Ikeh Akinyemi
Aug 19, 2025 ⋅ 4 min read
master state management hydration Nuxt usestate

Nuxt state management and hydration with useState

Dev

useState can effectively replace ref in many scenarios and prevent Nuxt hydration mismatches that can lead to unexpected behavior and errors.

Yan Sun
Jan 20, 2025 ⋅ 8 min read
Navigation Guards In Nuxt 3 With DefineNuxtRouteMiddleware

Navigation guards in Nuxt 3 with defineNuxtRouteMiddleware

Explore navigation guards in Nuxt 3 and using the `defineNuxtRouteMiddleware` helper function to define custom route middleware.

Paul Akinyemi
Dec 27, 2024 ⋅ 4 min read
Next Js Vs Nuxt Js

Next.js vs. Nuxt.js: Ultimate guide

Dev

In this thorough guide, we’ll compare the Next.js and Nuxt.js JavaScript frameworks, their use cases, and their pros and cons.

Jude Miracle
Mar 21, 2024 ⋅ 15 min read
Matching Static And Dynamic Patterns In Nuxt 3

Matching static and dynamic patterns in Nuxt 3

Dev

Explore practical examples of cool Nuxt 3 features, like better support for dynamic routes, partial matches on child routes, and more.

Peter Ekene Eze
Jan 19, 2023 ⋅ 4 min read
Nuxtjs Component Testing

Component testing in Nuxt.js with Jest

Dev

When building applications, it’s important to provide a clear path towards testing, which will reduce the time spent debugging and refactoring code.

Raphael Ugwu
Nov 15, 2022 ⋅ 6 min read
Nuxtjs Custom Global Plugin

How to create a global custom plugin in Nuxt.js

Dev

A global custom plugin can come in handy when you can’t find an open source plugin for a feature you’re trying to implement.

Idorenyin Udoh
Aug 29, 2022 ⋅ 4 min read
laravel-sanctum-tutorial-authenticating-nuxtjs-spas

Laravel Sanctum tutorial: Authenticating Nuxt.js SPAs

Dev

Protect your applications easily by implementing Laravel Sanctum, a package for authentication of SPAs, mobile applications, and token-based APIs.

Chimezie Enyinnaya
May 13, 2022 ⋅ 8 min read

Logging and error management best practices in SSR apps

Dev

Handle errors and log them gracefully in your next web app with these best practice guidelines with examples using Next.js and Nuxt.js.

Dylan Tientcheu
Jan 6, 2022 ⋅ 6 min read