# page-spy-web **Repository Path**: code-gaohan/page-spy-web ## Basic Information - **Project Name**: page-spy-web - **Description**: 🧩 像使用浏览器控制台一样简单的调试平台,支持 Web / 小程序 / ReactNative / 鸿蒙。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://pagespy.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2025-01-24 - **Last Updated**: 2025-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [page-spy]: https://github.com/HuolalaTech/page-spy.git 'page-spy' [license-img]: https://img.shields.io/github/license/HuolalaTech/page-spy-web?label=License [license-url]: https://github.com/HuolalaTech/page-spy-web/blob/main/LICENSE [release-img]: https://img.shields.io/github/package-json/v/HuolalaTech/page-spy-web/release?label=Release [release-url]: https://github.com/HuolalaTech/page-spy-web/blob/release/package.json [download-img]: https://img.shields.io/npm/dw/%40huolala-tech/page-spy-api [download-url]: https://www.npmjs.com/package/@huolala-tech/page-spy-api [browser-ver-img]: https://img.shields.io/npm/v/@huolala-tech/page-spy-browser?label=Browser&color=orange [browser-ver-url]: https://npmjs.com/package/@huolala-tech/page-spy-browser [uniapp-ver-img]: https://img.shields.io/npm/v/@huolala-tech/page-spy-uniapp?label=UniApp&color=green [uniapp-ver-url]: https://npmjs.com/package/@huolala-tech/page-spy-uniapp [wechat-ver-img]: https://img.shields.io/npm/v/@huolala-tech/page-spy-wechat?label=Wechat&color=green [wechat-ver-url]: https://npmjs.com/package/@huolala-tech/page-spy-wechat [alipay-ver-img]: https://img.shields.io/npm/v/@huolala-tech/page-spy-alipay?label=Alipay&color=blue [alipay-ver-url]: https://npmjs.com/package/@huolala-tech/page-spy-alipay [taro-ver-img]: https://img.shields.io/npm/v/@huolala-tech/page-spy-taro?label=Taro&color=blue [taro-ver-url]: https://npmjs.com/package/@huolala-tech/page-spy-taro [harmony-ver-img]: https://harmony.blucas.me/badge/version/@huolala/page-spy-harmony?label=Harmony&color=black [harmony-ver-url]: https://ohpm.openharmony.cn/#/cn/detail/@huolala%2Fpage-spy-harmony [sdk-build-img]: https://img.shields.io/github/actions/workflow/status/HuolalaTech/page-spy/coveralls.yml?logo=github&label=build [sdk-build-url]: https://github.com/HuolalaTech/page-spy/actions/workflows/coveralls.yml [sdk-coveralls-img]: https://img.shields.io/coverallsCoverage/github/HuolalaTech/page-spy?label=coverage&logo=coveralls [sdk-coveralls-url]: https://coveralls.io/github/HuolalaTech/page-spy?branch=main [api-ver-img]: https://img.shields.io/github/v/tag/HuolalaTech/page-spy-api?label=API [api-ver-url]: https://github.com/HuolalaTech/page-spy-api/tags [api-go-img]: https://img.shields.io/github/go-mod/go-version/HuolalaTech/page-spy-api?label=go [api-go-url]: https://github.com/HuolalaTech/page-spy-api/blob/master/go.mod [node-deploy]: https://img.shields.io/badge/Node_Deploy-Install-CB3937 [node-deploy-url]: https://pagespy.org/#/docs/deploy-with-node [docker-deploy]: https://img.shields.io/badge/Docker_Deploy-Install-1E63ED [docker-deploy-url]: https://pagespy.org/#/docs/deploy-with-docker [bt-deploy]: https://img.shields.io/badge/BT_Deploy-Install-20a53a [bt-deploy-url]: https://pagespy.org/#/docs/deploy-with-baota
```bash
yarn global add @huolala-tech/page-spy-api@latest
# if you use npm
npm install -g @huolala-tech/page-spy-api@latest
```
After the download is complete, you can directly execute `page-spy-api` in the command line to start the service. After the startup is complete, visit `http://localhost:6752` on the browser. Once local testing is complete, you can deploy it to the server.
### Option 2: deploy by docker
> Video tutorial:
>
>
```bash
docker run -d --restart=always -v ./log:/app/log -v ./data:/app/data -p 6752:6752 --name="pageSpy" ghcr.io/huolalatech/page-spy-web:latest
```
After the startup is complete, visit `http://localhost:6752` on the browser. Once local testing is complete, you can deploy it to the server.
## How to contribute?
Click to see the [Contributing](./CONTRIBUTING.md).
## FAQ
Click to see the [FAQ](https://www.pagespy.org/#/docs/faq).
## Community
Join us on our [Official Discord Server](https://discord.gg/ERPpNZkX)!
## Roadmap
Click to see the [Roadmap](https://github.com/orgs/HuolalaTech/projects/1).