LeanIX custom report build with Vue.js.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# upload report to LeanIX
npm run upload
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
This report can be configured according the specifications defined by its config object. Find below an example for the report standard configuration.
{
"tagGroupName": "transition phase"
}
Name | Type | Required | Default value | Info |
---|---|---|---|---|
tagGroupName | String | No | "transition phase" | The name of the tag group that contains the phase tags |