1.7.0 • Published 7 years ago
pom-dependency-analyzer-web-frontend v1.7.0
Pom Dependency Analyzer Web Frontend
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 globallynpm install- Install dependenciesnpm run build- Buildnpm run serve- Serve
GUI based on: https://github.com/vuetifyjs/vuetify
Recommended setup:
- Visual Studio Code
- Extensions
ext install esbenp.prettier-vscodeext install octref.vetur
- Settings
- Text editor / Formatting / Format on Save
- Extensions