martha
0
Q:

vue js tutorial

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

New to Communities?

Join the community