Introduction

Welcome to this course on Vue! This is an exciting skill set to learn! You should use the same version of Vue as the instructor. In the part where he loads the script for Vue, around 3:15, you should use this code isntead of his line of code in the video (applies to every lesson):

  
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
  


Welcome to this course on Vue! This is an exciting skill set to learn! You should use the same version of Vue as the instructor. In the part where he loads the script for Vue, around 3:15, you should use this code isntead of his line of code in the video (applies to every lesson):

  
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
  


Complete and Continue