Finale
You have now completed the case-study project for this book, a sophisticated full-stack Vue.js and Laravel application. Congratulations!
Be sure to show Vuebnb off to your friends and colleagues, as they'll no doubt be impressed with your new skills. I'd also appreciate if you tweeted me the link to your project so I can admire your work too. My Twitter handle is @anthonygore
.
Recap
We've come a long way in this book, let's recap some of what we've achieved:
- In Chapter 1, Hello Vue – An Introduction to Vue.js, we were introduced to Vue.js
- In Chapter 2, Prototyping Vuebnb, Your First Vue.js Project, we learned the basics of Vue.js including installation, data binding, directives, and lifecycle hooks. We built a prototype of the listing page of Vuebnb including the image modal
- In Chapter 3, Setting Up a Laravel Development Environment, we installed the main Vuebnb project and set up the Homestead development environment
- In Chapter 4, Building a Web Service with Laravel, we created a Laravel...