update:增加h5的启动方法

This commit is contained in:
hrz
2025-08-11 20:47:39 +08:00
parent dce9d1a1e2
commit 0b57d78732
2 changed files with 25 additions and 31 deletions
+1
View File
@@ -26,6 +26,7 @@ pnpm i
```
3) 本地开发(热更新)
- h5: `pnpm dev:h5`,然后观察启动日志显示的ip端口号
- 微信小程序:`pnpm dev:mp``pnpm dev:mp-weixin`,然后用微信开发者工具导入 `dist/dev/mp-weixin`
- App:用 HBuilderX 导入 `manager-mobile`,然后参考下面的教程就能运行了