Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 880 Bytes

File metadata and controls

40 lines (26 loc) · 880 Bytes

Advanced Modular Manikin - Web Interface

A simple web interface to interact with an AMM instance, based on CoreUI Vue.

It is assumed that you are hosting this site from the same system running the AMM REST Adapter. You can hard-code an AMM REST Adapter in if needed by modifying the src/main.js file, line 237.

Installation

Clone repo

# clone the repo
$ git clone http://github.com/advancedmodularmanikin/amm-web

# go into app's directory
$ cd amm-web

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

# run linter
npm run lint

# run unit tests
npm run test:unit

# run e2e tests
npm run test:e2e