This project was built with vue-cli
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.
Movie-View uses both the The Movie Reviews API (NY Times) and the IMDB API
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 :)
With Movie View, I'd like to achieve a functioning app using Vue.js, Node.js, and Webpack.
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.