jairoblatt / nuxt-movies

Nuxt.js Movies - a TMDB client optimized for Core Web Vitals

Home Page:https://nuxt-movies.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-movies

A Nuxt.js Movies application using The Movie Database (TMDb) API. Built using Vue.js and Nuxt. Our version is built by the Nuxt and Chrome teams using the foundational work done by jason.codes.

Quick setup

  1. Take a copy of .env.sample and re-name to .env
  2. Get your TMDb API key
  3. Get your YouTube API key (optional, used for video data)
  4. Enter the details into the .env file

Running

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

About

Nuxt.js Movies - a TMDB client optimized for Core Web Vitals

https://nuxt-movies.vercel.app/


Languages

Language:Vue 72.5%Language:JavaScript 16.5%Language:SCSS 11.0%