This repo contains some short codes of VueJs
Notes for first.html This is a simple html file but there are few points to notice in the file CDN used fro vue -> https://unpkg.com/vue@2.1.3/dist/vue.js This CDN can be directly used to convert a simple HTML file to have Vue functionalities. Inside the script tag, we have a list of names that we have by default in the list.and a method called addName() which can be used to add names in the names list.