https://github.com/tuanpham-dev/youtube-loop-vue
Youtube Loop in Vue
https://github.com/tuanpham-dev/youtube-loop-vue
Last synced: 3 months ago
JSON representation
Youtube Loop in Vue
- Host: GitHub
- URL: https://github.com/tuanpham-dev/youtube-loop-vue
- Owner: tuanpham-dev
- Created: 2020-03-20T21:03:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:41:25.000Z (over 3 years ago)
- Last Synced: 2025-03-06T19:41:42.071Z (over 1 year ago)
- Language: Vue
- Homepage: https://tuanpham-dev.github.io/youtube-loop-vue/
- Size: 4.46 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Loop in Vue
Repeat YouTube videos. Demo: https://tuanpham-dev.github.io/youtube-loop-vue/

## Features
- ✅ Add video to the list
- ✅ Remove video
- ✅ Play first video
- ✅ Play previous video
- ✅ Play next video
- ✅ Play next video when current video is ended
- ✅ Play first video when last video is ended
- ✅ Save the list to local storage for future sessions
- ✅ Sort videos in the list
- ❌ Prevent videos from rerendering when sort video
- ❌ Drag & drop to sort video
- ❌ Configure volume for each video
- ❌ Configure start and end range for each video
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).