New York Times article search and save app made with Vue.js and GraphQL
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# simple deploy to heroku
heroku create
heroku buildpacks:set heroku/nodejs
npm run deploy For detailed explanation on how things work, checkout the guide and docs for vue-loader.