heroljy

github地址:https://github.com/GoogleChrome/lighthouse

一、如果可以FQ的话可以从 chrome 扩展插件里直接安装。

二、下面是另一种使用方法:基于 node(版本≥6)

1.安装:npm install -g lighthouse

2.运行使用:lighthouse <url> --view

  例如:lighthouse https://www.baidu.com/ --view

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-09-06
  • 2021-12-25
  • 2021-10-12
  • 2022-01-07
猜你喜欢
  • 2022-01-12
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-05-11
  • 2021-12-06
相关资源
相似解决方案