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
- Icon Builder, Example Repository
- HLS JS
- invidious API
- Invidious-Instances
Vue CLI Plugin Electron Builder makes it very easy to make any Vue application to become a desktop application.
vue create hello-world
vue add electron-builder
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.