0.2.1 • Published 4 months ago

@digital-enabler/demf-kpim-editor-formula v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

KPIM Editor Formula microfrontend

Digital Enabler KPIM Editor Formula microfrontend

Digital Enabler - KPIM Editor Formula microfrontend

The KPIM Editor Formula microfrontend helps a user to conceptually define the KPI by describing it and assigning it a Formula for calculation it. The KPIM Editor Formula works within the KPIM tool in which it is mounted, and is a step of the KPI Editor microfrontends.

NOTE: See here on how to mount a microfrontend and also here to more info about Microfrontend application for Digital Enabler.

This project is also available from the following CDN.

Pre-requisites

Before you continue you need to

  • have NPM installed
  • have NodeJS installed
  • have VueJS and Vue-CLI installed
  • have a GitHub account
  • use VisualStudio Code or IntelliJ Idea as your development IDE

Project management

Installation

Open a Terminal window in the project folder and go inside the app folder, then launch the command:

npm install

NOTE: When install finished, do not care about the warnings on the versions and vulnerability problems reported, and DO NOT launch the npm audit fix or npm audit fix –force commands

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

NOTE: Alternatively to the command indicated above you can use the VueUI browser interface

Configs file

To work properly the KPIM Editor Formula needs an kpim-editor-config.json file with this settings:

{
  "mf": "KPIM Editor",
  "api": "https://[generic_api_location]/api",
  "storageImgs": "https://[assets_storage_url]/imgs"
}

This json file must to be stored and setted as described here and also here.

0.1.11

11 months ago

0.1.12

11 months ago

0.2.1

4 months ago

0.2.0

7 months ago

0.1.10

12 months ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago