This is the simple example VueJS/Apollo app that lives at dev.apollodata.com.
Clone the repository and run npm install:
git clone https://github.com/Akryum/frontpage-vue-app
cd frontpage-vue-app
npm install
This app talks to the hello world server, available here: https://github.com/apollostack/frontpage-server
Once you've installed and started that server, start this app with:
npm start
It will open a browser window, or you can browse to http://localhost:3000.
npm run build