This project brings you a custom video player created with Vue 3, Vite, and TypeScript.
- Custom Controls
- Responsive Design
- Loadable video links
You can just check it out here if you prefer.
Ensure you have Node.js 20+ and npm installed.
-
git clone https://github.com/LorenteDev/vue-video-player
-
cd vue-video-player
-
npm install
Run the development server:
npm run dev
Visit http://localhost:5173 in your browser.
Build the project for production:
npm run build
The production-ready files will be generated in the dist
directory.
Run the built project:
npm run preview