🚀 Start building a LeanIX custom report with Vue in 2 minutes!
This is a vue-cli 3.x plugin to transform a Vue project into a LeanIX custom report.
You need Vue CLI 3 installed globally as a pre-requisite. If you don't have it, please run
npm install -g @vue/cli
vue create <your_project_name>
cd <your_project_name>
vue add leanix
npm run serve
The leanix-reporting lx object is globally available as lx
, and at each Vue instance as this.$lx
npm run upload