Forked fromzaucy-protoc-gen-grpc-web. Readme Keywords none npm iprotoc-gen-grpc-web Repository github.com/foisonocean/protoc-gen-grpc-web-npm Weekly Downloads Version 1.5.0 License MIT Unpacked Size 2.71 kB Last publish 10 months ago ...
> protoc -I=./ ./HelloWorld.proto --js_out=import_style=commonjs:./ --plugin=protoc-gen-grpc=./protoc-gen-grpc-web.exe --grpc-web_out=import_style=commonjs,mode=grpcwebtext:./ 会生成以下两个文件: HelloWorld_pb.js HelloWorld_grpc_web_pb.js 在使用的时候还需要npm安装grpc-web > cnpm...
I have created a npm package to help everyone. https://www.npmjs.com/package/protoc-gen-js You can nownpm i protoc-gen-jsinside a package.json directory to make the '--js_out' work in "scripts" in the package.json (i.e. if one of your package.json scripts calls 'protoc --js...
Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 196 Commits .github bin examples proto src test .gitattributes .gitignore .npmignore .nvmrc .travis.yml BUILD.bazel CHANGELOG.md CODE_OF_CONDUCT.md ...
grpc-web-react-example@0.15.0 start npm run build:proto && concurrently --kill-others "go run go/exampleserver/exampleserver.go" "npm run webpack-dev" grpc-web-react-example@0.15.0 build:proto ./protogen.sh Optional env var GOBIN is not set; using default derived from GOPATH as: "/...