Fetch data from API for our Nuxt index.vue page using Axios

Опубликовано: 16 Март 2026
на канале: Cleavr
3,129
19

Part 14/21

We'll use Axios to fetch data from our API so we can use in our Nuxt index.vue file.

Now that we are pulling movie data from the API, we can also swap out the placeholder data to dynamically display our data.

Repos:
Front-end: https://github.com/armgitaar/themovies
Back-end: https://github.com/armgitaar/moviesapi

Tutorial: https://dev.to/armiedema/create-and-d...