Skip to content

This project is a separately developing sub-application, that is supposed to be implemented as a component to the rest of the currently working mupifDB web interface. The main feature is the visual navigation in DB, especially for EDM structures created by users w.r.t. MuPIF instances, allowing users to keep better track of large experiments.

mupif/mupifDB-VisualizationTool

Repository files navigation

mupif_db_visual (vdb-mupif)

A visualization tool for MuPIF database.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

This project is a separately developing sub-application, that is supposed to be implemented as a component to the rest of the currently working mupifDB web interface. The main feature is the visual navigation in DB, especially for EDM structures created by users w.r.t. MuPIF instances, allowing users to keep better track of large experiments.

Topics

Resources

Stars

Watchers

Forks