Home & blog

Tag: nuxt

Nuxt data-fetching techniques: Which to use and when

20 Jan 2022 nuxt

Most web projects these days involve retrieving asynchronous data at some point, and Nuxt makes it really easy to do this. In this article I'll look at the different approaches, focusing on the fetch and asyncData hooks.

Using dynamic image paths in .vue files

26 May 2021 nuxt

A common issue when using frameworks like Nuxt or Vue CLI comes when using dynamic image paths. This is essentially due to Webpack. Let's see how to solve it.