0.3.1 • Published 3 years ago

vue-cli-plugin-leanix v0.3.1

Weekly downloads
122
License
MIT
Repository
github
Last release
3 years ago

vue-cli-plugin-leanix

npm version

:rocket: 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.

Pre-requisites

You need Vue CLI 3 installed globally as a pre-requisite. If you don't have it, please run

npm install -g @vue/cli

Getting started

Create a vue project from scratch

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

The leanix-reporting lx object is globally available as lx, and at each Vue instance as this.$lx

Upload the report to the LeanIX workspace:

npm run upload