Skip to content

elena-lorente/vue-video-player

Repository files navigation

Custom Vue Video Player 📺

Overview

This project brings you a custom video player created with Vue 3, Vite, and TypeScript.

Features

  • Custom Controls
  • Responsive Design
  • Loadable video links

Check it out

You can just check it out here if you prefer.

Getting Started

Prerequisites

Ensure you have Node.js 20+ and npm installed.

Installation

  1. Clone the repository:

    git clone https://github.com/LorenteDev/vue-video-player
  2. Navigate to the project directory:

    cd vue-video-player
  3. Install dependencies:

    npm install

Development

Run the development server:

npm run dev

Visit http://localhost:5173 in your browser.

Build

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

About

A custom videoplayer component made in Vite + Vue 3 + TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published