Complete Vue.js 2 Web Development_ Practical guide to building end-to-end web development solutions with Vue.js 2

(singke) #1
Optimizing your App and Using Components to Display Data Chapter 3

<td>
{{ dateRegistered }}
</td>
<td v-bind:class="activeClass">
{{ status }}
</td>
</tr>
</script>

Summary


Over the last three chapters, you have learned how to initialize a new Vue instance, what


the meaning behind computed, method, and data objects are, and how to list out data from


an object and manipulate it to be displayed correctly. You have also learned how to make
components and what benefits there are to keeping your code clean and optimized.


In the next section of the book, we are going to introduce Vuex, something which helps us
store and manipulate stored data better.

Free download pdf