Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyile committed Oct 11, 2024
1 parent 97f4ecf commit 94d0a3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ web_api_grpc_ts:
--proto_path=./proto3ps \
$(THIRD_PARTY_GOOGLE_API_PROTO_FILES)
```
具体使用时请自己根据实际编写吧
具体使用时请自己根据实际编写吧,确保工具链相同。

## 把grpc请求逻辑替换为使用http请求逻辑
安装
### 安装
```
go install github.com/orzkratos/vue3kratos/cmd/vue3kratos2main@latest
```

使用
### 使用
```
vue3kratos2main gen-grpc-via-http-in-path --grpc_ts_path=/xxx/src/rpc/rpc_admin_login/admin_login.client.ts
```
Expand Down
6 changes: 6 additions & 0 deletions vue3npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

但是因为在IDE里面总是提示找不到包名,因而把它做成子项目(带包管理)。

## 使用举例
需要在当前目录里执行:
```
npm run rpcrewrite -- /xxx/src/rpc/rpc_admin_login/admin_login.client.ts
```
当然您也可以把它拷贝到您的 vue3 项目里,把命令也拷贝粘贴修改,依然可以使用。

## 其它信息
由于需要用到 js 因此需要使用 `"type": "module",` 在 package.json 里面。

0 comments on commit 94d0a3f

Please sign in to comment.