nuxtjs

Matching static and dynamic patterns in Nuxt 3

Explore practical examples of cool Nuxt 3 features, like better support for dynamic routes, partial matches on child routes, and more.
Peter Ekene Eze
4 min read

Next.js vs. Nuxt.js: Ultimate guide

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
13 min read

Component testing in Nuxt.js with Jest

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
6 min read

How to create a global custom plugin in Nuxt.js

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
4 min read

Laravel Sanctum tutorial: Authenticating Nuxt.js SPAs

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

Logging and error management best practices in SSR apps

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
6 min read

Troubleshooting nested pages in Nuxt.js

Solve some common problems developers face when rendering root-level, nested, and deeply nested pages in Nuxt.js.
Idorenyin Udoh
4 min read

What’s new in Nuxt 3

The Nuxt 3 beta was launched October 2021. Look at the new features in Nuxt 3, as well as the installation process and how...
Elijah Asaolu
4 min read

Scaffolding an app with Vue 3, Nuxt, and TypeScript

Learn how Nuxt, Vue 3, and TypeScript work together in this job board demo app and how this combination supports developer experience.
Lawrence Eagles
6 min read

Server-side rendering with Vue and Nuxt.js

Learn about server-side rendering (SSR) and client-side rendering (CSR), how its evolved, and how to use implement it with Nuxt.js and Vue.
Caleb Oki
13 min read

CSS transitions in Nuxt.js: An overview

Use Nuxt.js, a free, open-source framework, and the Vue.js transition component to create value changes in CSS properties that improve user engagement.
Joel Olawanle
4 min read

Scalable state management with Vuex and Nuxt.js

This short overview covers the various ways you can structure different-sized applications using Vuex and Nuxt.js.
Emmanuel Akhigbe
6 min read