"TodoMVC Example" in the Vue.js site is a fully spec-compliant TodoMVC implementation. It is revised to use ECMAScript 6 syntax and text animation is added.
"Grid Component Example" creates a reusable grid component and uses it with external data. It is revised to use ECMAScript 6 syntax and new Array methods.
Using components with ECMAScript 6 in the Vue application. Based on ECMAScript 6, let and const variables, template literals, method definitions to objects, the arrow functions, and Array.filter() method are used.

You may also like

Back to Top