Getting to Know Vue.js Learn to Build Single Page Applications in Vue from Scratch

Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build tools (transpile to ES5), creating custom components,...

Descripción completa

Detalles Bibliográficos
Autor principal: Nelson, Brett. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2018.
Edición:1st ed. 2018.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630504706719
Tabla de Contenidos:
  • 1. Why Vue.js?
  • 2. The Basics
  • 3. Conditional Rendering
  • 4. Computer Properties and Watchers
  • 5. Events
  • 6. Bindings
  • 7. State Management
  • 8. Using Components
  • 9. Reusable Code
  • 10. Custom Functionality
  • 11. Tooling
  • 12. Using Routers.