vue-meteor-demo icon indicating copy to clipboard operation
vue-meteor-demo copied to clipboard

Add graphql and graphql-tag dependencies

Open mizzao opened this issue 7 years ago • 1 comments

When standing up this app from a clean checkout the graphql and graphql-tags dependencies were missing.

This is the result of doing meteor npm i --save graphql graphql-tags, and the app works after that.

Might I even suggest tossing out package-lock.json for a demo app like this? It just creates a lot of garbage for something that doesn't really require strict dependencies.

mizzao avatar Dec 08 '17 17:12 mizzao

Looks like #21 covers this as well.

mizzao avatar Dec 08 '17 21:12 mizzao