electron-ohos-hotreload 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/bin/eohr.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,10 +77,11 @@ eohr watch
|
|
|
77
77
|
|
|
78
78
|
## Docs
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
-
|
|
80
|
+
安装后查看本地 `node_modules/electron-ohos-hotreload/docs/` 目录:
|
|
81
|
+
- `docs/quick-start.md` — 快速上手
|
|
82
|
+
- `docs/user-manual.md` — 用户使用手册
|
|
82
83
|
|
|
83
|
-
|
|
84
|
+
或运行 `eohr --help` 查看所有命令。
|
|
84
85
|
|
|
85
86
|
## License
|
|
86
87
|
|
package/bin/eohr.js
CHANGED