This project is Netflix simple clone built with Vuejs
- ✔️ Vue Js — A JavaScript library for building user interfaces
- ♻️ Vuex — A state management pattern + library for Vue.js applications
- Clone this repo using
git clone [email protected]:ricardovasconcelos/Vueflix.git
- Move yourself to the appropriate directory:
cd vueflix
- Run
npm install
to install dependencies
- Move yourself to the
services
folder - Add the
YoutubeAPI KEY
in api file
- Get your api key here
https://developers.google.com/youtube/v3/getting-started
- Add the
movieAPI KEY
in trailer file
- Get your api key here
http://www.omdbapi.com
- Run
npm run serve
to start the web application onlocalhost:8080
This project is part of my personal portfolio, I'm trying improve my skills, so, I'll be happy if you could provide me any feedback about the project.
You can report that could make me a better developer!
Email-me: [email protected]
Connect with me at Linkedin: https://www.linkedin.com/in/ricardo-vasconcelos/
Also, you can use this Project as you wish!!
It's free!