//Best project Tutorial i have seen https://www.youtube.com/playlist?list=PL55RiY5tL51qxUbODJG9cgrsVd7ZHbPrt
var app2 = new Vue({ el: '#app-2', data: { message: 'You loaded this page on ' + new Date().toLocaleString() } })
I'm tired of writing code on JQuery. and I went to VUE
var app3 = new Vue({ el: '#app-3', data: { seen: true } })