Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuanpham-dev/youtube-loop-vuex

Repeat YouTube videos
https://github.com/tuanpham-dev/youtube-loop-vuex

javascript vue vuex youtube youtube-iframe-api

Last synced: 13 days ago
JSON representation

Repeat YouTube videos

Awesome Lists containing this project

README

        

# YouTube Loop in Vuex
Repeat YouTube videos. Demo: https://tuanpham-dev.github.io/youtube-loop-vuex/

![youtube-loop-vuex](https://raw.githubusercontent.com/tuanpham-dev/youtube-loop-vuex/master/screenshot.png)

## 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
- ✅ Configure volume for each video
- ✅ Configure start and end range for each video
- ❌ Prevent videos from rerendering when sort video
- ❌ Drag & drop to sort 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/).