1.7.0 • Published 5 years ago

pom-dependency-analyzer-web-frontend v1.7.0

Weekly downloads
3
License
Apache 2
Repository
github
Last release
5 years ago

Pom Dependency Analyzer Web Frontend

Build Status NPM

See Pom Dependency Analyzer Web for example usage!

Uses output of Pom Dependency Analyzer Web API to create a browsable webpage. The webpage is completely static and can be served from Github pages, Gitlab pages or by cloning the repo and running on localhost.

API documented in swagger.yml.

Usage

You can change where the API is located by creating a file called pdaw-config.json. Place it where you deployed the frontend, same level as the index.html. It should contain::

{
  "apiBasePath": "http://whereveryour/api/is/located"
}

Developed with Vue.

Commands:

  • sudo npm install -g @vue/cli - Install Vue CLI globally
  • npm install - Install dependencies
  • npm run build - Build
  • npm run serve - Serve

GUI based on: https://github.com/vuetifyjs/vuetify

Recommended setup:

  • Visual Studio Code
    • Extensions
      • ext install esbenp.prettier-vscode
      • ext install octref.vetur
    • Settings
      • Text editor / Formatting / Format on Save