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.
- Take a copy of
.env.sample
and re-name to.env
- Get your TMDb API key
- Get your YouTube API key (optional, used for video data)
- Enter the details into the
.env
file
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev