文件名称:grpc-protobufjs-devtools-crx插件
文件大小:301KB
文件格式:ZIP
更新时间:2024-04-21 13:55:08
扩展程序
语言:中文 (简体) grpc,proto,protobufjs,devtools,chrome,扩展 ###使用 1,使用节点和protobufjs创建proto.js。 ```javascript const pbjs =要求(“protobufjs / cli / pbjs”); const fs =要求('fs'); const路径=要求('path'); const glob =要求('glob'); const protopath ='src / proto / ** / *。proto'; //源路径 const protos = glob.sync(protopath); pbjs.main([“ - ”,“JSON-MODULE”,“-W”,“CommonJS”,... PROTOS],功能(ERR,输出){ 如果(错误) 抛出错误; //目标路径 fs.writefilesync(path.resolve(__ dirname,'./src/xxx/proto.js'),输出); }); ``` 2,挂载json字符串到窗口。
【文件预览】:
grpc-protobufjs-devtools.crx