Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vi-sense/vi-sense-frontend

vi-sense is a tool for visualizing 3d models together with IoT sensor data. This is its frontend and 3D viewer.
https://github.com/vi-sense/vi-sense-frontend

babylonjs bim iot vuejs

Last synced: 3 months ago
JSON representation

vi-sense is a tool for visualizing 3d models together with IoT sensor data. This is its frontend and 3D viewer.

Awesome Lists containing this project

README

        

# vi-sense frontend

## Build Setup

``` bash
# install dependencies
npm install

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

# build for production with minification
npm run build
```

## Run with docker compose

Please follow the instructions of the backend repo https://github.com/vi-sense/vi-sense to set up docker containers of the frontend and backend on your local development machine.