Tag: nuxtjs

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
Troubleshooting Nested Pages Nuxt

Troubleshooting nested pages in Nuxt.js

Dev

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

Idorenyin Udoh
Nov 24, 2021 ⋅ 4 min read
What's New in Nuxt 3

What’s new in Nuxt 3

Dev

The Nuxt 3 beta was launched October 2021. Look at the new features in Nuxt 3, as well as the installation process and how to migrate your existing Nuxt apps to this latest version.

Elijah Asaolu
Nov 18, 2021 ⋅ 4 min read
Scaffolding an App with Vue 3, Nuxt, and TypeScript

Scaffolding an app with Vue 3, Nuxt, and TypeScript

Dev

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

Lawrence Eagles
Oct 15, 2021 ⋅ 6 min read
Nuxt-Vue-Server-Side-Rendering

Server-side rendering with Vue and Nuxt.js

Dev

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
Jun 1, 2021 ⋅ 13 min read

CSS transitions in Nuxt.js: An overview

Dev

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
Mar 12, 2021 ⋅ 4 min read
The Nuxt.js and Vuex Logos

Scalable state management with Vuex and Nuxt.js

Dev

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

Emmanuel Akhigbe
Mar 10, 2021 ⋅ 6 min read