https://github.com/3mapslab/3digitaltwindemoapp
A simple demo for @triedeti/3DigitalTwin
https://github.com/3mapslab/3digitaltwindemoapp
Last synced: 2 months ago
JSON representation
A simple demo for @triedeti/3DigitalTwin
- Host: GitHub
- URL: https://github.com/3mapslab/3digitaltwindemoapp
- Owner: 3mapslab
- License: mit
- Created: 2020-10-05T20:29:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T11:36:37.000Z (over 4 years ago)
- Last Synced: 2025-01-21T08:44:47.606Z (4 months ago)
- Language: Vue
- Size: 26.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DigitalTwinDemoApp
A simple sandbox using @triedeti/3DigitalTwin## Dependencies
Requires git to be installed. Go to the git-scm installation page, and [download](https://git-scm.com/downloads) the git installer.
Requires Node.js and npm to be installed. Go to the Node installation page, and [download](https://nodejs.org/en/download/) the Node installer.
### Project setup
```
git clone https://github.com/triedeti/3DigitalTwin.git
git clone https://github.com/triedeti/3DigitalTwinDemoApp.git
cd 3DigitalTwinDemoApp
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
```