百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
U

unlighthouse

> 编程语言
开源

在整个网站上运行 Google Lighthouse。

4.7K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

在整个网站上运行 Google Lighthouse。

Unlighthouse

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]

Unlighthouse scans your entire site using Google Lighthouse,
with a modern UI, minimal config and smart sampling.

View Demo

Made possible by my Sponsor Program
Follow me @harlan_zw • Join Discord for help

## Quick Setup Run the following command: ```bash npx unlighthouse --site # or PNPM pnpm dlx unlighthouse --site ``` > [!TIP] > Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld): > ```bash > npx skilld add unlighthouse > ``` _Requirements: Node >= 22.18.0._ ## Getting Started Install instructions for all integrations can be found on the [docs](https://unlighthouse.dev/) site. Need a hand? Join the [Discord](https://discord.gg/275MBUBvgP) for one-on-one help. ### gitignore Unlighthouse will save your reports in `outputDir`, it's recommended you .gitignore these files. ```shell .unlighthouse ``` #### Debugging If you run into any issues with Unlighthouse, the first step should be to re-run the scan with debugging enabled. ```bash # NPM npx unlighthouse --site unlighthouse.dev --debug # or PNPM pnpm dlx unlighthouse --site unlighthouse.dev --debug ``` ## Docs Integration instructions, Guides, API and config spec can be found on [docs](https://unlighthouse.dev/) site. ## Sponsors

## License Licensed under the [MIT license](https://github.com/harlan-zw/unlighthouse/blob/main/LICENSE.md). [npm-version-src]: https://img.shields.io/npm/v/unlighthouse/latest.svg?style=flat&colorA=18181B&colorB=28CF8D [npm-version-href]: https://npmjs.com/package/unlighthouse [npm-downloads-src]: https://img.shields.io/npm/dm/unlighthouse.svg?style=flat&colorA=18181B&colorB=28CF8D [npm-downloads-href]: https://npmjs.com/package/unlighthouse [license-src]: https://img.shields.io/github/license/harlan-zw/unlighthouse.svg?style=flat&colorA=18181B&colorB=28CF8D [license-href]: https://github.com/harlan-zw/unlighthouse/blob/main/LICENSE.md

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •JavaScript
  • •google-lighthouse
  • •puppeteer
  • •site-audit

> 标签

JavaScriptgoogle-lighthousepuppeteersite-audit

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言