Book Image

Practical Projects with Vue JS 2 [Video]

By : Jack Herrington
Book Image

Practical Projects with Vue JS 2 [Video]

By: Jack Herrington

Overview of this book

<p><span id="description" class="sugar_field">Do you want to get started with Vue.js, and get beyond an average To-Do app? This video course will walk you through three complete practical projects in Vue.js that show the breadth of the framework, and also show how it is used practically via real-world examples. It fills a void not met by reference guides or cookbooks, but adds value to both of those resources. You will not only understand how to use the framework, but also which choices were made, and why. These projects will act as jumping off points for you in your own projects.</span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">Unlike a “reference guide” and a “cookbook”, this course will empower you to build full rich detailed applications, that you can then use as a jumping off point to work with, in conjunction with a reference guide and a cookbook. It’s the third element that brings value to the first two.</span></span></p>
Table of Contents (4 chapters)
Chapter 4
Photo Spot
Content Locked
Section 3
Creating the Models
Use Laravel’s artisan system to create the models and migrations that will store the data. - Create the migrations for photo, comment and chat - Update the models with the fields - Add the controllers and wire them to the API