@digital-enabler/demf-console-appbar

1.0.4 • Public • Published

Console Appbar microfrontend

Digital Enabler Console Appbar microfrontend

Digital Enabler - Console Appbar microfrontend

The Console Appbar microfrontend shows only the app-bar element with a search field and button to the right.

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 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 Console Appbar needs an console-appbar-config.json file with this settings:

{
  "mf": "Console Appbar",
  "api": "https://[generic_api_location]/api",
  "create":{
    "registerDevice":"https://docs.digital-enabler.eng.it",
    "createMashup":"https://mashupsui.dev.dev-digital-enabler.eng.it/",
    "defineWorkflow":"https://docs.digital-enabler.eng.it",
    "writeFunction":"https://docs.digital-enabler.eng.it",
    "createDashboard":"https://docs.digital-enabler.eng.it",
    "createDatabase": "https://docs.digital-enabler.eng.it/",
    "storeFile": "https://docs.digital-enabler.eng.it/",
    "defineExperiment": "https://docs.digital-enabler.eng.it/"
  }
}

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

Readme

Keywords

none

Package Sidebar

Install

npm i @digital-enabler/demf-console-appbar

Weekly Downloads

0

Version

1.0.4

License

none

Unpacked Size

2.97 MB

Total Files

5

Last publish

Collaborators

  • digital-enabler