Skip to content

Repository files navigation

VueTube

A very basic Vue.js client for YouTube. See the vuex branch for an alternative implementation using Vuex for state handling.

Project setup

Prerequisites

For local development, a valid YouTube API key is required. See Google Developer's guide on how to obtain one. The key should be specified using Vue's environment variables, for example by creating a .env.local file in the project's root with the following contents:

VUE_APP_API_KEY=<apikey>

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About

A simple Vue.js front-end for YouTube

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages