An edamam.com API client for searching and saving recipes. Built with VueJS. Utilizes local storage to save lists of recipes in the browser.
Visit api.edamam.com to generate some API keys for your environment. Place these in src/api/recipes.js
, then continue.
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.