
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows with Prime
Try Prime
and start saving today with fast, free delivery
Amazon Prime includes:
Fast, FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with Fast, FREE Delivery" below the Add to Cart button.
Amazon Prime members enjoy:- Cardmembers earn 5% Back at Amazon.com with a Prime Credit Card.
- Unlimited Free Two-Day Delivery
- Streaming of thousands of movies and TV shows with limited ads on Prime Video.
- A Kindle book to borrow for free each month - with no due dates
- Listen to over 2 million songs and hundreds of playlists
- Unlimited photo storage with anywhere access
Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership.
Buy new:
$48.99$48.99
Ships from: Amazon.com Sold by: Amazon.com
Save with Used - Very Good
$19.97$19.97
FREE delivery June 4 - 10
Ships from: ThriftBooks-Phoenix Sold by: ThriftBooks-Phoenix

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Full-Stack Vue.js 2 and Laravel 5: Bring the frontend and backend together with Vue, Vuex, and Laravel
Purchase options and add-ons
Learn to build professional full-stack web apps with Vue.js and Laravel
Key Features:
- End-to-end guide on full-stack development with Vue.js 2 and Laravel 5
- Developing modern user interfaces with a reusable component-based architecture
- Use Webpack to improve applications performance and development workflow
- Explore the features of Vuex to build applications that are powerful, consistent, and maintainable
Book Description:
Vue is a JavaScript framework that can be used for anything from simple data display to sophisticated front-end applications and Laravel is a PHP framework used for developing fast and secure web-sites. This book gives you practical knowledge of building modern full-stack web apps from scratch using Vue with a Laravel back end.
In this book, you will build a room-booking website named "Vuebnb". This project will show you the core features of Vue, Laravel and other state-of-the-art web development tools and techniques.
The book begins with a thorough introduction to Vue.js and its core concepts like data binding, directives and computed properties, with each concept being explained first, then put into practice in the case-study project.
You will then use Laravel to set up a web service and integrate the front end into a full-stack app. You will be shown a best-practice development workflow using tools like Webpack and Laravel Mix.
With the basics covered, you will learn how sophisticated UI features can be added using ES+ syntax and a component-based architecture. You will use Vue Router to make the app multi-page and Vuex to manage application state.
Finally, you will learn how to use Laravel Passport for authenticated AJAX requests between Vue and the API, completing the full-stack architecture. Vuebnb will then be prepared for production and deployed to a free Heroku cloud server.
What You Will Learn:
- Use the Core features of Vue.js to create sophisticated user interfaces
- Build a secure backend API with Laravel
- Learn a state-of-the-art web development workflow with Webpack
- Learn about full-stack app design principles and best practices
- Learn to deploy a full-stack app toa cloud server and CDN
- Manage complex application state with Vuex
- Secure a web service with Laravel Passport
Who this book is for:
This book targets developers who are new to Vue.js, Laravel, or both, and are seeking a practical, best-practice approach to development with these technologies.
They must have some knowledge of HTML, CSS and Javascript.
- ISBN-101788299582
- ISBN-13978-1788299589
- PublisherPackt Publishing
- Publication dateDecember 28, 2017
- LanguageEnglish
- Dimensions7.5 x 0.78 x 9.25 inches
- Print length376 pages
Editorial Reviews
About the Author
Product details
- Publisher : Packt Publishing
- Publication date : December 28, 2017
- Language : English
- Print length : 376 pages
- ISBN-10 : 1788299582
- ISBN-13 : 978-1788299589
- Item Weight : 1.43 pounds
- Dimensions : 7.5 x 0.78 x 9.25 inches
- Best Sellers Rank: #8,610,340 in Books (See Top 100 in Books)
- #1,607 in JavaScript Programming (Books)
- #6,169 in Web Design (Books)
- #10,133 in Computer Programming Languages
- Customer Reviews:
About the author

I'm Anthony Gore and I'm here to teach you Vue.js! Through my books, online courses, and social media, my aim is to turn you into a Vue.js expert.
I'm a Vue Community Partner, curator of the weekly Vue.js Developers Newsletter, and the founder of vuejsdevelopers.com, an online community for web professionals who love Vue.js.
Curious about Vue? Take my free 30-minute "Vue.js Crash Course" to learn what Vue is, what kind of apps you can build with it, how it compares to React & Angular, and more.
Enroll for free! https://bit.ly/2TO6L8W
P.S. I love connecting with Vue enthusiasts so find me here:
LinkedIn https://bit.ly/2UnjSyu
Twitter https://bit.ly/2zNkYel
Medium https://bit.ly/2QlQcU0
Quora https://bit.ly/2Sup7dO
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on February 9, 2018I have been working in a production application with Vue and VueX for more than six months, so I already had some experience but always had the feeling we were doing things a little wrong, so I decided to buy this book. Truth is this book covers everything from the very basics to advance usage including VueX stores, I wish I had it in my hands some months ago!
Our application backend was based on Ruby, so I don't really cared about Laravel, but it was also quite interesting (never heard about it).
I recommend this book by all means no matter what your Vue level is. If you never touched it even with a stick, you will be guided from the very beginning and if you already know what you are doing, I'm sure you will find things you were doing wrong or much better ways of doing the same.
- Reviewed in the United States on January 18, 2018Conceptualising a Single Page Application and piecing together the various aspects without experience can be a tricky task; with the help of this publication, the reader will be building best-practise APIs in no time! As a technical reviewer of the publication, I can confidently recommend "Full-Stack Vue.js and Laravel 5" to developers who are new to the game, or are simply looking to upgrade their existing JavaScript and PHP skills with a popular, modern and elegant full-stack solution. The author guides the reader through numerous foundational topics, while cohesively contributing to the cornerstone project- Vuebnb. Through each chapter, the reader will gain working knowledge of Vue.js and PHP, as well as the concepts associated with building APIs, following best practises and finally- deploying to the cloud in a seamless manner.
- Reviewed in the United States on August 3, 2019I am writing this review partially in response to the 1-star review. After reading his review, I was very skeptical about using this book. I am very familiar with Laravel but wanted to learn how to build Vue.js apps with the Laravel framework. Yes, there are many 15 mins tutorials out there on how to quickly slap a simple Vue.js app in Laravel, but how do you handle routing and authentication between Laravel and Vue.js, how do you pass data from Laravel to Vue.js?
This book actually does a fantastic job accomplishing that without being too verbose or tedious. It starts with you building a prototype app purely in Vue.js with the simplest tools. Then it shows you step by step how it can be rebuilt into the Laravel framework. By the end of the book, the author not only covers all the core concepts and aspects of Vue.js but also shows you how to handle authentication, routing, passing data, etc from Laravel to Vue.js.
I had no problem following along. He only shows you the snippets of code that need to be changed. Sometimes, it is a little harder to figure out where the code is, but it is better than him showing the entire file again and you have to decipher what part actually changed.
Finally, I give this book 4-stars because the name is a little misleading. It is actually a book for Laravel developers to learn Vue.js, not for developers to learn both. Maybe a better name should be "Learning Full-Stack Vue.js 2 using Laravel 5" or "Learning Full-Stack Vue.js 2 for Laravel Developers".
One piece of advice is if you are not familiar with Laravel Mix which is used to build Vue.js apps, you should check out the video series, "Learn Laravel Mix", on Laracasts. It will make things much easier to understand in this book after you go through that tutorial!
- Reviewed in the United States on January 16, 2018Excellent edition to your reference library as well as for learning VueJS.
What I liked most about Anthony's book is the real-world application used to build out the knowledge on. It's the difference between being given the bare minimum basics of an aspect and then grappling with implementation in a real-world scenario, and being given the theory - as well as sound implementation in a decent sized application.
In so doing you get to learn and experience interaction nuances, not only for VueJS but Laravel as well, which, for me is the best learning experience. The book is also packed with extras you are going to have to master in your VueJS journey and so is one the best investments I've made in my knowledge quest.
- Reviewed in the United States on January 22, 2018This book does an great job of demonstrating a full stack Vue and Laravel app. I like that the app that you build throughout the book is actually quite realistic and is pretty impressive, unlike other books that make you build some pointless todo app.
In addition to Vue and Laravel, the book does cover a lot of material including Webpack, VueRouter, Vuex, Passport etc, but only really scratches the surface on these. The focus is more on how to use them together in a single app.
My only frustration was having to set up Homestead when I normally use Valet, but it does cover a solid approach to full stack development.
- Reviewed in the United States on February 1, 2018Good book if you want to "get something on the web" for the first time and prefer overpriced books to free youtube videos. Most of its pages are filled with full-page screenshots and CSS leaving a pamphlet worth of real content.
Not good for a developer looking to learn about building a scalable app with Laravel and Vue. Does not actually explain how any of Laravel's "magic" works and thus how you can leverage it to your advantage, mostly just "copy this code and see how your screen looks like mine." This book will lead you down the path of bad and/or antiquated practices and writing inflexible code.
If you want to learn about building with Vue and Laravel, go through a quick Vue tutorial (it's an easy framework especially if it is not your first) and pick up the O'Reilly book "Laravel Up & Running" skipping most of the server-side rendering parts.
Top reviews from other countries
- Pham Huu TruongReviewed in Germany on March 1, 2020
5.0 out of 5 stars A good book to learn VueJS
The title of the book is Fullstack with VueJS2 and Laravel5. But most of the contents are focused in VueJS2.
Because I already have experience with Laravel then I dont need much time to understand about settings with Laravel.
In my opinion, if you don't have any idea about web programming, then you better should begin with Laravel first. Laravel Up and Running is a good book too, but it does not provide any good project for you to work with that, so it would be better if you try to make a CRUD or todo list with Laravel then go with VueJS
- Josue MoradoReviewed in Mexico on March 29, 2019
5.0 out of 5 stars This book connects all the puzzle pieces to have a great app base
Being off web development for some years, I needed to get up to date to get hands on new projects, so I ran into tons of documentation, tutorials and videos about laravel, then found vue, then found SPA, then found Vuex, and so on, but didnt manage to feel comfortable with how i was trying to merge all those until now. The way Anthony goes through this book gives you the guidelines to how and why you merge those frameworks, giving you a nice base to buid your apps. I consider the price as high, but yeah I consider it was worth it
-
robertoReviewed in Italy on September 4, 2020
5.0 out of 5 stars consigliato
Bello, lineare, graduale nell'esposizione, facile da seguire, aggiornato e completo
-
Rodrigo SantiagoReviewed in Mexico on September 2, 2019
5.0 out of 5 stars buen aporte de conocimientos de ambas tecnologías
Los temas abordados son básicos y fundamentales para un desarrollo superior. Conciso!