Book Image

The Majesty Of Vue.js

By : Alex Kyriakidis, Kostas Maniatis
Book Image

The Majesty Of Vue.js

By: Alex Kyriakidis, Kostas Maniatis

Overview of this book

<p>Vue.js is a library to build interactive web interfaces. The aim is to provide the benefits of reactive data binding and composable view components with an API that is as simple as possible.</p> <p>This book will teach you how to efficiently implement Vue.js in your projects. It starts with the fundamentals of Vue.js to building large-scale applications. You will find out what components, filters, methods, and computed properties are and how to use them to build robust applications.</p> <p>Further on, you will become familiar with ES6, single file components, module bundlers, and workflow automation. The best way to learn to code is to write it, so there’s an exercise at the end of most of the chapters for you to solve and actually test yourself on what you have learned. You can solve these in order to gain a better understanding of Vue.js.</p> <p>By the end of this book, you will be able to create fast front-end applications and increase the performance of your existing projects with Vue.js integration.</p>
Table of Contents (23 chapters)
The Majesty of Vue.js
Credits
About the Authors
www.PacktPub.com
Preface
2
Getting Started
8
Consuming an API – Preface
12
ECMAScript 6
15
Swapping Components
18
Closing Thoughts

Tutorials


  • Peeking into Vue.js 2 (https://goo.gl/RFOY6z): All these new features that Vue 2 comes with, sound great. Though, before you use them, you should get a bit familiar with what exactly each one is.

  • Form validation using Vue.js 2 (https://goo.gl/si4g7D): Learn about some of the most popular Vue.js form validation plugins and how to implement them in your project.

  • How to build a reactive engine in JavaScript (https://goo.gl/7QfNVB): This tutorial goes the getters/setters way of observing and reacting to changes in real time.

  • Building a mobile app with Cordova and Vue.js (https://goo.gl/T8DQoR): This tutorial will show you how to create a simple mobile app, which generates random words by using Cordova and Vue.js.

  • Simple guide to authoring open source Vue.js components (https://goo.gl/OVDNnE): Here are some bits of advice, for those that own or think about starting their own open source solutions for Vue.js.

  • Best free Vue.js learning resources (http://whatpixel.com/vuejs-learning-resources...