/vueImdb

Vue.js application that displays movies and series with data from imdb.

Primary LanguageVue

vueImdb

Vue.js application that displays movies and series with data from imdb.

Project setup

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.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.