A Vue.js app based on a React version from Stephen Grider's React/Redux tutorial. The React version I built from the tutorial is in the react-version branch of this repo. I wanted to compare the two frameworks via a simple app which would have the same basic functionality.
This app won't work on domains other than my own. To start using this you will need your own API Key from https://console.developers.google.com/apis/ add this to your own config.js (gitignored) file in the src directory with this:
export const YOUTUBE_API_KEY = 'YOUR API KEY HERE';
Then install dependencies
npm i
Serve with hot reload at localhost:8081
npm run dev
For a detailed explanation on how things work, check out the guide and docs for vue-loader.