📰 Dev.to · Rafael Magalhaes
Articles from Dev.to · Rafael Magalhaes · 7 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11207)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Rafael Magalhaes
1y ago
Custom fetch with Interceptors and logs in nuxt 3
If you've used Nuxt you've probably encountered the handy useFetch composable: <script setup...

Dev.to · Rafael Magalhaes
3y ago
Generating Dynamic Routes for Static Site Generation with Nuxt 3
Static Site Generation (SSG) is an increasingly popular approach for building websites that combines...

Dev.to · Rafael Magalhaes
3y ago
Top 5 plugins for Nuxt 3
vueUse VueUse is a collection of essential Vue 3 composition APIs. These APIs are designed...

Dev.to · Rafael Magalhaes
3y ago
The DevOnly component in Nuxt 3: A developer's best friend
Introduction Nuxt 3 is the latest version of the popular Vue.js framework for building...

Dev.to · Rafael Magalhaes
3y ago
Create an RSS feed with Nuxt 3
What is RSS? An RSS feed is a structured file format used to publish frequently updated...

Dev.to · Rafael Magalhaes
3y ago
Docker and Nuxt 3
running your nuxt 3 project in a docker container

Dev.to · Rafael Magalhaes
3y ago
Pinia and Nuxt 3
How to get started with Pinia in Nuxt 3
DeepCamp AI