vue-imdb icon indicating copy to clipboard operation
vue-imdb copied to clipboard

IMDB Api with Vue.js

Vuejs IMDB Api Example

A Vue.js project

Build Setup

#install vue-clie
npm install --global vue-cli

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.