/sbahn-tracker

Client implementation of S-Bahn-München realtime data from geOps with Vue.js

Primary LanguageVue

S-Bahn München Live

A Vue.js implementation of S-Bahn München Live with realtime data from geOps.

Installation

$ npm install

Usage

Serving the app for local development

$ npm run dev

When using Docker, a local instance will be available via http://localhost:8080/

$ docker-compose up --build

Building a distribution version

$ npm run build

This task will create a distribution version of the project inside your local dist/ folder

When using docker, run

$ docker-compose -f docker-compose.dist.yaml up --build