A simple Vue.js based app to search gifs using GIPHY API
Demo is availabe on https://makbol.github.io/meowber/dist/
# 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
- Lazy load/show videos visible to user. Big number of loaded videos causes serious rendering slowdown