nuxt-movies
nuxt-movies copied to clipboard
Nuxt.js Movies - a TMDB client optimized for Core Web Vitals
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
- Take a copy of
.env.sampleand re-name to.env - Get your TMDb API key
- Get your YouTube API key (optional, used for video data)
- Enter the details into the
.envfile
Running
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev