Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 753 Bytes

recipesearch

An edamam.com API client for searching and saving recipes. Built with VueJS. Utilizes local storage to save lists of recipes in the browser.

Run

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.