In Chapter 2, Prototyping Vuebnb, Your First Vue.js Project, we built a prototype of the listing page of the frontend app. Soon we'll be removing the hardcoded data on this page and turning it into a template that can display any room listing.
We won't be adding functionality for a user to create their own room listing in this book. Instead, we'll use a package of mock data comprising 30 different listings, each with their own unique titles, descriptions, and images. We will seed the database with these listings and configure Laravel to serve them to the frontend as required.