beeekind / vue-grpc

Vue.js and gRPC
MIT License
138 stars 22 forks source link

request #1

Open guyulmaz opened 7 years ago

guyulmaz commented 7 years ago

Hello, thanks for sharing this project. is it possible you to make a blog or vlog explaining the stages from start to finish. for example with which tool how you converted proto file to js, with which you converted from js to truescript. what stages are needed to make it work with vue js. at vue.js how easy or right to use this truescript. at go backend what specific needs exist. because of vue.js?

can you extend this sample with: 1- use vuetify, quasar, onsen frameworks 2- use oauth2 for authentication, authorization with go backend

beeekind commented 7 years ago

Definitely, thanks for the interest. This example web application is indeed built with quite a few separate pieces as you mention, some of them are:

The quickest answer to your question would be to explore each of these independently. There are good tutorials for all of these out there and once you understand how each part works it becomes easy to wire them together.

It would be nice to write a tutorial for it at some point but I just don't have the time right now.