Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vi-sense/vi-sense-frontend
- Owner: vi-sense
- License: mit
- Created: 2020-04-30T09:12:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:52:06.000Z (about 2 years ago)
- Last Synced: 2024-10-18T14:56:10.792Z (4 months ago)
- Topics: babylonjs, bim, iot, vuejs
- Language: TypeScript
- Homepage: https://visense.f4.htw-berlin.de/
- Size: 2.84 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.