I'm following the getting started tutorial in the ...
# prisma-whats-new
s
I'm following the getting started tutorial in the new docs for Vue: https://docs-next.graph.cool/getting-started/vue/apollo-shae2aighe In step five I run "graphcool deploy" and I'm prompted "Please choose the cluster you want to deploy to " Should I choose local or one of the regional clusters? Thanks
n
it’s better to choose a regional cluster (Backend-as-a-Service) in the beginning 🙂
s
Thank you! Also, in the directions that are in the graphcool docs: https://docs-next.graph.cool/getting-started/vue/apollo-shae2aighe there are a number of references to "React" that I think may be the result of a cut and paste. I'm new to all this but I think Vue.js and React are not the same. For example (I changed to CAPS) For this quickstart tutorial, we have prepared a repository that contains the full REACT code for the Instagram clone. All you need to do is create the Graphcool service that will expose the GraphQL API and connect it with the REACT application. Let's get started! Clone the example repository that contains the REACT application: Would it be helpful if I made an issue on Github?
n
ah thanks for catching this! we’re in the process of updating our docs, I’ll take care of the getting started sections later today. no need to do anything on github on your end, thanks anyways! 🙂 the GH to the vue & apollo quickstart should be a stable reference right now though
s
OK - glad to help. I have one last issue: The last step in the document (both the docs and the github link you sent) has: yarn install yarn start # open http://localhost:3000 in your browser But above the commands were npm I don't have yarn, so would I replace that with: npm install npm start Thanks!