© 2026 Hashnode
Hi there! 👋Thanks a lot for making it to Part 2 of this series. Before you go any further, do you remember that moment in Part 1 when I raised my right hand ✋ and promised this series would be worth your time? 😂Well… if you’re reading this now, tha...

The most exciting time of the year for developers is back again: Black Friday and Cyber Monday 2025! Whether you’re building with React, Vue, Svelte, or Node.js, this is your chance to grab some of the best deals on dev tools, UI libraries, courses, ...

Introduction In today’s rapidly evolving web development landscape, admin dashboards are a vital part of any web application. For developers looking for a Nuxt.js admin dashboard template, the Modernize Free Nuxt.js Admin Dashboard provides a highly ...

PrimeVue gives Vue.js developers flexible UI components for building interactive user interfaces for fast Vue.js development. But when you need to build a PDF Viewer, native PDF rendering requires extra support. @vue-pdf-viewer stands out for its spe...

Create a Nuxt.js project First, make sure you have installed Node.js and yarn or npm. Then, create a new Nuxt.js project through the command line: yarn create nuxt-app my-nuxt-project cd my-nuxt-project During the creation process, you can choose wh...

Introduction Dans toute application web, les erreurs sont inévitables : un appel API qui échoue, un utilisateur qui tape une URL inexistante, un serveur qui retourne une erreur 500. Avec Nuxt 3, la gestion des erreurs a été simplifiée grâce à de...
