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

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.