chil 远程调试网页

最后更新于:2022-04-02 03:42:11

[TOC] > [github](https://github.com/liriliri/chii/blob/master/docs/README_CN.md) ## 概述 可调试任何远程的网页,移动端,pc端等 ## 安装 `cnpm install chii -g` ## 教程 1. 启动服务 `chii start -p 8080` 2. 在网页中插入 `script`,如 `index.html`
index.html ``` Document

hello

word

```

3. pc端访问调试网页`http://localhost:8080/`,点击`inspect`开始调试
';