acollins1991 / vueflix

Netflix clone (web app) made with Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vueflix

Netflix web app clone built with Vue.js, Vuex, Bootstrap-Vue, Vue-Router, Nightwatch

Initiated using the Vue CLI 3.

Project structure based on https://itnext.io/how-to-structure-a-vue-js-project-29e4ddc1aeeb

Demo: https://acollins1991.github.io/vueflix/#/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Deploy to Github Pages (custom settings required)

npm run deploy

Todos

  • Setup project architecture
  • Add TMDB logo
  • Fix api request functionality
  • Finish header nav component
  • Finish footer component
  • Finish slider component
  • Finish banner component
  • Write e2e tests
  • General optimisations

About

Netflix clone (web app) made with Vue.js


Languages

Language:Vue 62.6%Language:JavaScript 23.3%Language:CSS 11.1%Language:HTML 3.0%