Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AngelFQC/lavrinto
Virtual reality game using webvr
https://github.com/AngelFQC/lavrinto
aframe-vr virtual-reality vue
Last synced: 3 months ago
JSON representation
Virtual reality game using webvr
- Host: GitHub
- URL: https://github.com/AngelFQC/lavrinto
- Owner: AngelFQC
- License: gpl-3.0
- Created: 2020-10-05T05:56:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T15:05:49.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:59:00.806Z (6 months ago)
- Topics: aframe-vr, virtual-reality, vue
- Language: Vue
- Homepage: https://angelfqc.online/lavrinto
- Size: 5.99 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lavrnto
## 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/).