https://github.com/frillweeman/elevator-doorman
frontend interface for an elevator door open/close button pusher
https://github.com/frillweeman/elevator-doorman
elevators
Last synced: 3 months ago
JSON representation
frontend interface for an elevator door open/close button pusher
- Host: GitHub
- URL: https://github.com/frillweeman/elevator-doorman
- Owner: frillweeman
- License: gpl-3.0
- Created: 2022-06-24T00:57:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T16:25:40.000Z (about 3 years ago)
- Last Synced: 2026-02-08T10:46:35.348Z (5 months ago)
- Topics: elevators
- Language: Vue
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elevator doorman
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).