sky 1c01e1de78 fork & optimize: 从github上获取官方源码,并进行了一些优化(不过不保证完全没问题) 3 年之前
..
public ef20a6cee3 [192-webreport] Displaying additional info in basic info panel 4 年之前
src 1c01e1de78 fork & optimize: 从github上获取官方源码,并进行了一些优化(不过不保证完全没问题) 3 年之前
.browserslistrc 5fd0f71eec Move report-viewer from jplag resources to own folder. Only the dist shall be content of the resources. 4 年之前
.eslintrc.js 097772946f [192-webreport] Updated versions in package.json, added npm to dependabot 4 年之前
.gitignore 5fd0f71eec Move report-viewer from jplag resources to own folder. Only the dist shall be content of the resources. 4 年之前
README.md dc00ca6a03 Update README.md 4 年之前
babel.config.js 5fd0f71eec Move report-viewer from jplag resources to own folder. Only the dist shall be content of the resources. 4 年之前
package-lock.json 1c01e1de78 fork & optimize: 从github上获取官方源码,并进行了一些优化(不过不保证完全没问题) 3 年之前
package.json b29e7bd6a3 Dependency(deps): Bump vue from 3.2.43 to 3.2.45 in /report-viewer 3 年之前
tsconfig.json 5fd0f71eec Move report-viewer from jplag resources to own folder. Only the dist shall be content of the resources. 4 年之前
vue.config.js db30cab101 Quick fix for matches not display properly in the report viewer. 4 年之前

README.md

JPlag Report Viewer

The JPlag Report Viewer is a Vue 3 + Typescript standalone application that can be used to display the JSON files generated by the JPlag reporting. The application requires Node.js and npm to be installed on the system.

Before the first run execute:

  • Install necessary dependencies by running npm install in the /report-viewer folder.
  • Start the application by running the npm run serve command in the /report-viewer folder.
  • The report viewer is now accessible in your browser under http://localhost:8080/JPlag/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.