September 2021
Beginner to intermediate
164 pages
2h 7m
English
In this last chapter, I’d like to put what we learned in the previous chapter (and indeed the rest of the book) into practice by building out an example universal web app.
My intention is to create a basic application by building upon some of the examples we’ve looked at throughout the book. Following along and coding the demo yourself will help to reinforce what you’ve learned so far and give you the confidence to apply these tools and techniques in your own projects.
We won’t be using the Composition API (discussed in Chapter 4) for this project, as it’s not yet supported in an official release of Nuxt.
The app we’ll create will fetch data from a remote API and display it in a custom ...