© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2024
E. SarrionMaster Vue.js in 6 Dayshttps://doi.org/10.1007/979-8-8688-0364-2_4

4. Day 4: Building an Application in Vue.js

Eric Sarrion1  
(1)
VIRY CHATILLON, France
 

In this chapter, we’ll delve into a fundamental aspect of modern web development: communication between the client and server via HTTP requests. You’ll learn how to make requests to retrieve data from a remote server and use it in your Vue.js application.

We’ll build a practical application to implement these concepts. The application will display a list of all countries worldwide, allowing the user to filter this list based on the characters entered in a search field. To achieve this, we’ll use the ...

Get Master Vue.js in 6 Days: Become a Vue.js Expert in Under a Week 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.