Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 856 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 856 Bytes

vue-apollo-example

Vue Apollo Example Project

This project is made to demonstrate the basic setup of a project with VueJS + Vue Apollo + GraphQL + locally stored data.

I made this because I can't find any other examples of code where persistence of local variables is done in a functional manner.

I do not claim that this is THE correct way to set these things up, but it works!

Check out the resulting app at https://vue-apollo-example.herokuapp.com/

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Credits

Country data fetched from trevorblades/countries via https://countries.trevorblades.com/

Made by tamm.