Skip to content

AdvancedModularManikin/amm-web

Repository files navigation

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

About

Simple web interface to AMM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages