Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 739 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 739 Bytes

Meowber

A simple Vue.js based app to search gifs using GIPHY API

Demo is availabe on https://makbol.github.io/meowber/dist/

How to start

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

How to build

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Further ideas / improvments

  • Lazy load/show videos visible to user. Big number of loaded videos causes serious rendering slowdown

Credits