Book Image

Learning Vue.js 2

By : Olga Filipova
Book Image

Learning Vue.js 2

By: Olga Filipova

Overview of this book

Vue.js is one of the latest new frameworks to have piqued the interest of web developers due to its reactivity, reusable components, and ease of use. This book shows developers how to leverage its features to build high-performing, reactive web interfaces with Vue.js. From the initial structuring to full deployment, this book provides step-by-step guidance to developing an interactive web interface from scratch with Vue.js. You will start by building a simple application in Vue.js which will let you observe its features in action. Delving into more complex concepts, you will learn about reactive data binding, reusable components, plugins, filters, and state management with Vuex. This book will also teach you how to bring reactivity to an existing static application using Vue.js. By the time you finish this book you will have built, tested, and deployed a complete reactive application in Vue.js from scratch.
Table of Contents (18 chapters)
Learning Vue.js 2
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Dedication
Preface

Summary


While I was writing the last lines of code for this chapter and checking the page, at one point I got stuck looking at this picture:

A lot of cats looking at me and asking: will this chapter get to its end at some point?

I even paused the application to have a better look at this picture (yes, when you pause the Pomodoro application during resting time, the picture will pause as well because the cache-buster timestamp is not being updated anymore). Doesn't it seem like these cats are asking us to get some rest? Also, the amount of them is pretty close to the number of things that we've learned in this chapter!

In this chapter, you learned how the plugins system work with Vue.js. We used an existing resource plugin to attach the server-side behavior to our shopping list application. Now we can create, delete, and update our shopping lists.

We have also created our own plugin! Our plugin is able to produce sound that can help in concentrating during the working period. Not only have...