File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ node_modules
1313
1414# production
1515/build
16+ build.crx
17+ build.pem
18+ grpc-web-devtools.zip
1619
1720# C++
1821* .o
Original file line number Diff line number Diff line change 66run :
77 yarn && yarn start
88
9+ package : build
10+ zip -r grpc-web-devtools.zip build
11+
912example-build-frontend :
1013 protoc -I./example --js_out=import_style=commonjs:example/client \
1114 --grpc-web_out=import_style=commonjs,mode=grpcwebtext:example/client example/* .proto
@@ -31,4 +34,4 @@ example-up: example-server example-envoy example-server example-client
3134 docker-compose -f ./example/docker-compose.yml up -d;
3235
3336example-down :
34- docker-compose -f ./example/docker-compose.yml down
37+ docker-compose -f ./example/docker-compose.yml down
Original file line number Diff line number Diff line change 99
1010### Chrome
1111
12+ Via the [ Chrome Web Store] ( https://chrome.google.com/webstore/detail/grpc-web-developer-tools/ddamlpimmiapbcopeoifjfmoabdbfbjj ) (recommended)
13+
14+ or
15+
1216 1 . build it with ` make build `
1317 1 . open the ** Extension Management** page by navigating to ` chrome://extensions ` .
1418 1 . enable ** Developer Mode** by clicking the toggle switch next to "Developer mode".
You can’t perform that action at this time.
0 commit comments