Vue.js application that displays movies and series with data from imdb.
npm install
To use the imdb database a API-Key is required. Rename the .env.template file to .env and change your it to your api-key.
npm run serve
npm run build
npm run lint