Skip to content

sameera-madushan/Vue-Movies

Repository files navigation

A Vue.js application for streaming movies online. It uses the TMDB API to fetch movie data and the SuperEmbed API for streaming.

Vue-Movies

Features

  • Explore: Browse through a vast collection of movies.
  • Search: Find your favorite movies with ease.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build