Skip to content

Vue single page application for uploading models and viewing reports.

License

Notifications You must be signed in to change notification settings

DD-DeCaF/memote-service-frontend

Repository files navigation

Memote

Build Status

This is the frontend client for the memote.io web site, a free online service providing access to memote, the metabolic model test suite. See also the backend service implementation.

For more information about memote, see opencobra/memote.

Technology stack

Development

Install dependencies

npm install

Run local development webserver with hot-reloading

npm run serve

Run linter, fix errors

npm run lint

Run linter, only report errors

npx vue-cli-service lint --no-fix

Run unit tests once

npm run test:unit

Run unit tests in watch mode

npx vue-cli-service test:unit -w

Compile and minify for deployment

npm run build

About

Vue single page application for uploading models and viewing reports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published