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.