harviewer

HAR Viewer is a web application that allows visualizing HTTP Archive logs (HARs)

  • 所有者: janodvarko/harviewer
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Stable URL (v2.0.17, 21 March 2016) - http://www.softwareishard.com/har/viewer/

Up-to-date master - http://gitgrimbo.github.io/harviewer/master/ (and https)

HAR Viewer

License

HAR Viewer is free and open source software distributed under the BSD License.

Components

Build Tools

Testing

Development

The HAR Viewer build process uses Node.js and npm as its build tools.

Firstly, run npm install from the command line to install the Node.js/npm dependencies.

Linting

HAR Viewer uses ESLint for linting. It will be installed when you run npm install from the project root.

To show lint errors only:

npm run eslint

To show lint errors and warnings:

npm run eslint-full

Running

To run HAR Viewer, run:

npm start

and browse to http://localhost:49001/webapp/.

npm start will start an express server that is setup to be able to serve the necessary resources for the functional tests. express is not necessary to serve HAR Viewer, any web server able to serve static files will do.

Build

Go to the project directory and execute the following command:

npm run clean-build

(Indicative build time - about 12 seconds. Node.js v10.2.1)

To run the built HAR Viewer, run

npm start

and browse to http://localhost:49001/webapp-build/ after a build.

JSDoc

Go to the project directory and execute the following command:

npm run jsdoc

Version and Google Analytics

Use the build.json file to set the version and Google Analytics profile.

主要指标

概览
名称与所有者janodvarko/harviewer
主编程语言JavaScript
编程语言JavaScript (语言数: 6)
平台
许可证
所有者活动
创建于2012-02-28 12:50:24
推送于2022-11-25 22:54:43
最后一次提交2019-01-12 17:14:09
发布数2
最新版本名称2.0.17 (发布于 )
第一版名称2.0.16 (发布于 )
用户参与
星数1.1k
关注者数56
派生数185
提交数611
已启用问题?
问题数95
打开的问题数25
拉请求数53
打开的拉请求数6
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?