Simple VueJs youtube front page (work on progress)
This project make with Vuejs 2 and webpack. Desktop and mobile friendly (but need more verification)
Run these bash on the src folder or root folder :
npm install
Update the packages
npm run build
Build the project
npm run serve
Run local server on 3000 port (localhost:3000)