List of Listings
Chapter 1. Introducing Vue.js
Listing 1.1. The JavaScript calculator: chapter-01/calculator.html
Listing 1.2. The Vue calculator: chapter-01/calculatorvue.html
Chapter 2. The Vue instance
Listing 2.1. Our first Vue application: chapter-02/first-vue.html
Listing 2.2. Adding data and a data binding: chapter-02/data-binding.html
Listing 2.3. Adding lifecycle hooks to our instance: chapter-02/life-cycle-hooks.js
Listing 2.4. Adding product data to our Vue instance: chapter-02/product-data.js
Listing 2.5. Adding product markup: chapter-02/product-markup.html
Listing 2.6. Adding product markup: chapter-02/product-markup-cont.html
Listing 2.7. Adding the formatPrice filter: chapter-02/format-price.js
Get Vue.js in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.