Create a small to-do app including Vue from CDN
· ☕ 7 min read
Let us create a small example to-do app using Vue from CDN. There is not going to be any backend for this application.
Create basic structure The basic structure just has two files - index.html and main.js.
1 2 3 4 5 6 7 8 9 10 11 <!-- index.