mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 17:44:05 +08:00
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
section "grpc"
|
|
shell `
|
|
cnpm i --save-dev grpc-web
|
|
cnpm i --save-dev google-protobuf
|
|
cnpm i -g protoc-gen-js protoc-gen-grpc-web
|
|
protoc --js_out=import_style=commonjs:./demo/src --grpc-web_out=import_style=commonjs,mode=grpcwebtext:./demo/src ./idl/*.proto
|
|
`
|