T. Sar
0
Q:

vue js implementation

var app = new Vue({
  el: '#app',
  data: {
    message: 'Hello Vue!'
  }
})
2
//Best project Tutorial i have seen
https://www.youtube.com/playlist?list=PL55RiY5tL51qxUbODJG9cgrsVd7ZHbPrt
-1
<div id="app">
  {{ message }}
</div>
0

New to Communities?

Join the community