Skip to content

openmpp/UI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

OpenM++ user interface (ompp-ui)

This repository is a part of OpenM++ open source microsimulation platform. It contains openM++ user interface.

Project setup

git clone https://github.com/openmpp/UI.git ompp-ui
cd ompp-ui
npm install

(optional) audit packages:

npm audit --omit=dev

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

Linux or MacOS:

export NODE_OPTIONS=--openssl-legacy-provider
npm run dev

Windows:

set NODE_OPTIONS=--openssl-legacy-provider
npm run dev

Build the app for production

Linux or MacOS:

export NODE_OPTIONS=--openssl-legacy-provider
npm run build

Windows:

set NODE_OPTIONS=--openssl-legacy-provider
npm run build

Lint the files

npm run lint

Customize the configuration

See Configuring quasar.conf.js.

License: MIT.

Please visit our wiki for more information or e-mail to: openmpp dot org at gmail dot com.