X

Vue.js 2 Cookbook: Build modern, interactive web applications with Vue.js

Product ID : 44531979


Galleon Product ID 44531979
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
No price yet.
Price not yet available.

Pay with

About Vue.js 2 Cookbook: Build Modern, Interactive Web

101 hands-on recipes that teach you how to build professional, structured web apps with Vue.jsKey FeaturesUnderstand and use Vue's reactivity system, data binding, and computed propertiesCreate fluid transitions in your application with Vue's built-in transition systemUse Vuex and Webpack to build medium-to-large scale SPAs and enhance your development workflowBook DescriptionVue.js is an open source JavaScript library for building modern, interactive web applications. With a rapidly growing community and a strong ecosystem, Vue.js makes developing complex single page applications a breeze. Its component-based approach, intuitive API, blazing fast core, and compact size make Vue.js a great solution to craft your next front-end application.From basic to advanced recipes, this book arms you with practical solutions to common tasks when building an application using Vue. We start off by exploring the fundamentals of Vue.js: its reactivity system, data-binding syntax, and component-based architecture through practical examples.After that, we delve into integrating Webpack and Babel to enhance your development workflow using single file components. Finally, we take an in-depth look at Vuex for state management and Vue Router to route in your single page applications, and integrate a variety of technologies ranging from Node.js to Electron, and Socket.io to Firebase and HorizonDB.This book will provide you with the best practices as determined by the Vue.js community.What you will learnUnderstand the fundamentals of Vue.js through numerous practical examplesPiece together complex web interfaces using the Vue.js component systemUse Webpack and Babel to enhance your development workflowManage your application's state using Vuex and see how to structure your projects according to best practicesSeamlessly implement routing in you