An exercise in using Yelp's new GraphQL API.
- VueJS: Front-end framework
- Vue-Loader: A vue component loader for webpack
- WebPack: Dependecy management
- Jest: Unit Testing
- GraphQL: Yelp API access
# install dependencies
npm install --no-optional
# serve with hot reload at localhost:8080 and run node proxy server at localhost:3020/api
npm run start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test