nomadweb/wemini/README.md
eric 73b0513b9c Add WeChat, Douyin, and offline XHS mini-program scaffolds.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-27 12:57:18 -05:00

16 lines
334 B
Markdown
Raw 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.

# wemini · nomadro 微信小程序
参考 Desktop/wemini(Taro 4 + React),对接:
`https://nomadweb.nomadro.com/api/v1`
## 开发
```bash
cd wemini
npm install --legacy-peer-deps
npm run dev:weapp
```
微信开发者工具打开本目录(`miniprogramRoot=dist/`)。请替换 `appid` 并配置合法 request 域名。