Skip to content

Edirom/vife-meigarage-webclient

Repository files navigation

vife-webclient

Build Status

Install using Docker

You can get the Docker image created with the GitHub action from Docker Hub using docker pull edirom/vife-meigarage-webclient, the current development version is available using docker pull edirom/vife-meigarage-webclient:dev. You can run it using docker run -p 8080:8080 edirom/vife-meigarage-webclient and point your browser to http://localhost:8080.

Build using Docker

run docker build -t meigarage-webclient .

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

TEIGarage/MEIGarage

This repository is a GUI used for the MEIGarage project.

Further information on the code structure of MEIGarage can be found here.