Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.35 KB

Movie-View

This project was built with vue-cli

Idea

Movie View is an application that lets you see a list of movies by most recent. For each movie displayed you can view more details such as the summary and actors in the movie.

API

Movie-View uses both the The Movie Reviews API (NY Times) and the IMDB API

Design

I am using the power of Bootstrap & Material Design to accomplish the design that I like, later I will definitely be adding my own style, just right now I'd like to focus on learning Vue.js :)

Tech Deets

With Movie View, I'd like to achieve a functioning app using Vue.js, Node.js, and Webpack.

Build Setup

Clone this repo with git clone https://github.com/yxnely/movie-vue.git

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

You're good to start playing around in the dev environment!

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Current State

Screenshot of Movie View