Skip to content

chandradot99/UTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTube (Youtube Clone)

Youtube Clone Made with Vue3

Demo Link

alt text alt text

Project setup

Create .env file in root folder of the application and add your youtube API KEY

VUE_APP_GOOGLE_API_KEY=your_api_key_here

Install dependencies

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.