A simple video browser using the YouTube Data API
npm install
- Go to https://console.developers.google.com/ and get an api key for the YouTube Data API (v3)
- create a .env file in the root of the project
- add this variable to your .env file:
VUE_APP_YOUTUBE_API_KEY=your-api-key-here
npm run serve
npm run build