Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 463 Bytes

VueJs

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.