This repo contains a 2nd experimental front-end web client for OWASP Dependency-Track. The project is built with:
- Vue 2.x / CLI 3.x
- Bootstrap Vue
- CoreUI
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# run linter
npm run lint
In order to test with a Dependency-Track instance, the .env.development
file needs to be modified and the VUE_APP_SERVER_URL
property updated to
reflect the base URL of a Dependency-Track server.
This project supports internationalization. Currently on English language is supported. Pull requests to support additional languages are encouraged.
Note to developers: Textual labels are defined in src/i18n/messages.json
. Ensure that all labels are defined here and that components use i18n, not textual labels directly.
Dependency-Track is Copyright (c) Steve Springett. All Rights Reserved.
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the LICENSE file for the full license.