Skip to content

saumya/InVDO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InVDO

A Video player for Youtube.

  • Trending List
  • Popular List
  • Search Video
  • Plays Normal Videos
  • Playing Live Video (HLS JS is used for this)

Made with Vue and Electron for Dektop.

Vue CLI Plugin Electron Builder makes it very easy to make any Vue application to become a desktop application.

Making Desktop App

vue create hello-world
vue add electron-builder

Running the App

Run the Application either as a Desktop Application or a web Application.

// Dektop
npm run electron:serve
// Web
npm run serve

Vue Project setup, run and build

npm install
npm run serve
npm run build
npm run lint

Customize configuration See Configuration Reference.

About

A video player for Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published