@digital-enabler/dme-flows-list
v2.2.0
Published
Digital Enabler Flows List microfrontend
Downloads
44
Readme
Flows List microfrontend
Digital Enabler Flows List microfrontend
Digital Enabler - Flows List microfrontend
The Flows List microfrontend displays a list of created flows and allows us to create a new one. The Flows List works within the DME tool in which it is mounted, and is an access point to the Flow Editor.
NOTE: See here on how to mount a microfrontend and also here to more info about Microfrontend application for Digital Enabler.
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
ornpm 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 ps List needs an flows-list-config.json file with this settings:
{
"mf": "Flows List",
"api": "https://[generic_api_location]/api",
"storageImgs": "https://[assets_storage_url]/imgs"
}
This json file must be stored and settled as described here and also here.