2021-07-21 23:11:13 +08:00

9 lines
353 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Laya Air
测试于 LayaAir 2.12.0
1. 使用请前先 `npm install`
2. 由于 Laya 本身不支持 NPM所以 `npm install` 的作用仅仅是获取代码提示(类型定义)。
3. `tsrpc-browser` 打包为单个文件 `src/tsrpc_browser/index.js`,请从该文件中引用 `HttpClient``WsClient` 等。
示例,见 `Main.ts` 头部。