vue-movies
vue-movies copied to clipboard
PWA featuring movies and tv shows using the TMDb API.
vue-movies
Progressive web app featuring movies and tv shows from The Movie Database (TMDb) API. Built using Vue.js and Nuxt.js.
Live demo hosted on Heroku can be found at https://movies.jason.codes.
Built as a side project to learn some new skills 🔥🔥
Quick setup
- 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
Running
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev