This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

vue-cli-plugin-leanix

0.3.1 • Public • Published

vue-cli-plugin-leanix

npm version

🚀 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

Package Sidebar

Install

npm i vue-cli-plugin-leanix

Weekly Downloads

29

Version

0.3.1

License

MIT

Unpacked Size

530 kB

Total Files

33

Last publish

Collaborators

  • pauloramires