A simple Vue application using Vite, JavaScript and Shaka Player
This project is intended as a basic example of how to integrate Shaka Player into a Vue application using Vite and JavaScript.
This project was inspired by shaka-player-vuejs, but uses a more modern tech stack with Shaka Player version 4 (instead of Shaka Player version 3), Vue 3 (instead of Vue 2) and Vite (instead of Vue CLI).
You can select from a list of 6 videos and watch the chosen video.
All videos' files and images used in this project are sourced from Wikimedia Commons.
This project requires Node.js and npm to be installed locally.
Install dependencies:
npm install
Start Vite dev server:
npm run dev
Produce application bundle:
npm run build
Preview the production build:
npm run preview
MIT © Gianantonio Pini