pom-dependency-analyzer-web-frontend
v1.7.0
Published
[![Build Status](https://travis-ci.org/tomasbjerre/pom-dependency-analyzer-web-frontend.svg?branch=master)](https://travis-ci.org/tomasbjerre/pom-dependency-analyzer-web-frontend) [![NPM](https://img.shields.io/npm/v/pom-dependency-analyzer-web-frontend.s
Downloads
3
Readme
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-vscode
ext install octref.vetur
- Settings
- Text editor / Formatting / Format on Save
- Extensions