Hello everyone, today I start to learn about VueJS but I am so confusing about its structure. First time, I learnt from a video by freeCodeCamp channel on YouTube ( Vue.js Course for Beginners [2021 Tutorial] - YouTube). After that, I found a book to learn: “Getting to
Know Vue.js
Learn to Build Single Page Applications
in Vue from Scratch” by Brett Nelson. The problem I faced was that when I follow the tutorial on YouTube, I used “unpkg” to run and it worked but with the book, they use “jsdelivr” and when I used the same code with the code I used for “unpkg”, it didn’t work. I have no idea about what I should learn because 2 tutorials from 2 sources I used were totally different.
Thank you for taking time to help me.
Code from Youtube
Code from book but I use “unpkg” (it works when i use “jsdelivr”)