Skip to content

carlosmmairena/VueJS-Player

Repository files navigation

VueJS Video Player 📺

It use a JSON file as Data Base to get the information of videos and show in the playlist.
Before start, you need to know the following:

  1. Copy the videos in the ./src/assets/videos/ folder.
  2. Write the information of videos in the ./src/data/allVideos.json file.

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