Skip to content

tuanpham-dev/youtube-loop-vuex

Repository files navigation

YouTube Loop in Vuex

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

youtube-loop-vuex

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.