Skip to content

makbol/meowber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

27 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

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