A One page Netflix simple clone built with Vuejs and Vuetify.
You can demo here and preview a trailer by clicking on a video then wait a little for it to be displayed.
- Clone this repo using
git clone [email protected]:neymarjimoh/vueflix.git
- Move yourself to the appropriate directory:
cd vueflix
- Run
npm install
to install dependencies
npm install
npm run serve
npm run build
npm run lint