Fetch data from API for our Nuxt details page page using Axios

Опубликовано: 16 Март 2026
на канале: Cleavr
1,252
12

Part 15/21

We'll use Axios to fetch data from our API so we can use in our Nuxt _title.vue file, which is our movie detail page.

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

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

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