GIF Application with GIPHY API and Vue.js (+Vuex)
Demo: http://vue-giphy.s3-website.eu-central-1.amazonaws.com/
git clone https://github.com/gurkangul/vue-giphy.git
cd vue-giphyCreate .env.development.local file in root folder.
touch .env.development.localCopy these lines into .env.development.local
BASE_URL="/"
NODE_ENV="development"
VUE_APP_GIPHY_API_KEY="yVv8WfdEHtDO4NxfXrQhhiZQWfN44EQa"
VUE_APP_GIPHY_BASE_URL="https://api.giphy.com/v1/gifs"npm install
npm run serve
npm run build
npm run lint