Loading…

Vue.js in action /

Vue.js is a lightweight frontend framework, offering easy two-way data binding, a reactive UI, and a common-sense project structure. It uses UI patterns and modern HTML to deliver impossibly fast page loads, and silky smooth transitions-- all from a tiny code footprint. It's a delight to develo...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Authors: Hanchett, Erik (Author), Listwon, Benjamin (Author)
Format: Electronic eBook
Language:Inglés
Published: Shelter Island, NY : Manning Publications, [2018]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Part 1. Getting to know Vue.js
  • Introducing Vue.js
  • The Vue instance
  • Part 2. The view and ViewModel
  • Adding interactivity
  • Forms and inputs
  • Conditionals, looping, and lists
  • Working with components
  • Advanced components and routing
  • Transitions and animations
  • Extending Vue
  • Part 3. Modeling data, consuming APIs, and testing
  • Vuex
  • Communicating with a server
  • Testing.