Using of Apollo with Vue

I explored using Vue and Apollo recently and wrote about it here: https://medium.com/@lachlanmiller_52885/integrating-apollo-with-vue-and-vuex-be91794a8c54

I am thinking about using a similar strategy in a small production app.

I also noticed there is the VueApollo package - has anyone had any experience using it in production? I am hesitant since I couldn’t find much information about it. Although I’m not sure if going without a view layer integration is such a good idea, either.

Anyone with Vue + Apollo production experience to share?

2 Likes