
Vue CLI LeanIX plugin
📊 Create LeanIX custom reports using Vue! 👌
Effortless
Quickly create new custom report projects in less than 5 minutes using the Vue CLI tool.
Versatile
Implement sophisticated custom reports using all the advantages the Vue ecosystem has to offer.
Well documented
Interface with your LeanIX workspace using the standard leanix-reporting API.
Quick Start
Create a Vue project
vue create <your_project_name>
cd <your_project_name>
Add LeanIX support to the generated project:
vue add leanix
Start the development server:
npm run serve