Welcome to this Vue.js workshop!

My goal here is to give you a hands-on, practical, and fun workshop on some core ideas in Vue.js. Here are some important links:

How To Use This App

  1. Navigate using the nav bar on the left.
  2. Read the lessons, and be sure to check the codesandbox to see the code underlying the various topics. Each lesson has a corresponding ".vue" file within the repo. For example, this page is found here: "src > views > Home.vue". Try finding the .vue file for the next page: "Vue - What & Why?"
  3. Follow along carefully, as there are challenges in-between lessons and every challenge builds upon the prior lessons
  4. Be creative in your challenge solutions and have fun with it!