Chapter 8: Putting It All Together

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.

No Composition API

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 ...

Get Jump Start Vue.js, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.