vue

|vjuː|

Photo by Joshua Newton on Unsplash

Installing

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  <title>A simple vue app</title>
  <script src='js/vue.js'></script>
</head>

<body>
</body>

</html>
  1. Download Vue.js
  2. Add it to your html file 

More examples

 

Vue.js

By Johan Kohlin

Vue.js

  • 587