Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Vue.js 2 Cookbook

Posted By: Grev27
Vue.js 2 Cookbook

Andrea Passaglia, "Vue.js 2 Cookbook"
English | ISBN: 1786468093 | 2017 | PDF/MOBI/Code files | 454 pages | 359 MB

Key Features
Understand and use Vue's reactivity system, data binding, and computed properties
Create fluid transitions in your application with Vue's built-in transition system
Use Vuex and Webpack to build medium-to-large scale SPAs and enhance your development workflow
Book Description
Vue.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 learn
Understand the fundamentals of Vue.js through numerous practical examples
Piece together complex web interfaces using the Vue.js component system
Use Webpack and Babel to enhance your development workflow
Manage your