Building web applications with Vue.js : MVVM patterns for conventional and single-page websites / Ralph Steyer.

This book provides an introduction to the popular Vue.js. Based on MVC design patterns, use the MVVC concept for applications on the web and create single-page web applications easily. You will use one of the powerful frameworks based only on elementary WWW standard technologies. With Vue.js you wil...

Full description

Saved in:
Bibliographic Details
Main Author: Steyer, Ralph (Author)
Format: eBook
Language:English
Published: Wiesbaden, Germany : Springer, 2022.
Subjects:
Online Access:Click for online access
Table of Contents:
  • Introduction - Before you really get started
  • First examples - Just try Vue.js
  • Behind the scenes - How and why does Vue.js work
  • Vue.js in depth - The Vue instance, Vue templates, and data binding
  • Working with arrays - Iterations with the v-for directive
  • Conditional rendering - The v-if directive - Making decisions
  • Events, methods, observers, and computed properties - Calculated results and responses
  • Dynamic layouts with data binding - Making stylesheets dynamic
  • Forms and form data binding - Interacting with the user
  • Filtering techniques - Selected data only
  • Transitions and animations - Moving things
  • Outlook - What else is in Vue.js?