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,...

Full description

Saved in:
Bibliographic Details
Main Author: Nelson, Brett (Author)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress, 2018.
Edition:1st ed. 2018.
Subjects:
ISBN:9781484237816
Online Access: Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • 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.