npm install
npm run serve
npm run build
npm run lint
npx pbjs -t json-module -w commonjs -o src/proto/proto.js src/proto/*.proto
// https://github.com/fengxianqi/front_end-demos
codec.create = function (protoName, obj) {
const pbConstruct = protoRoot.lookup(protoName)
return pbConstruct.encode(obj).finish()
}