Vue.js

File Changes Not Triggering Rebuilds In Nuxt.js And How I Fixed It In My Project

I had a lot planned for the day, so I woke up earlier than usual, eager to crush my to-do list. And right after having a cup of coffee, I fired up the project, made my first few changes, and saved the file. But nothing happened.

How to Use Custom SVG Icons In Vue.js

While there are many icon libraries that you can use in your Vue.js project, sometimes it becomes necessary to use custom SVG icons.

How To Implement a GraphQL Authentication Scheme In Nuxt.js

Nuxt.js has a great module that makes Authentication very easy in a Nuxt.js application. It comes with the most commonly used authentication providers out of the box, including, Auth0, Discord, Facebook, Google, and so on.