https://github.com/mudin/vue-vr-demo
Vue VR demo
https://github.com/mudin/vue-vr-demo
Last synced: 6 months ago
JSON representation
Vue VR demo
- Host: GitHub
- URL: https://github.com/mudin/vue-vr-demo
- Owner: mudin
- Created: 2019-03-20T01:00:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T00:47:18.000Z (over 5 years ago)
- Last Synced: 2025-06-07T06:37:28.943Z (about 1 year ago)
- Language: Vue
- Size: 19.7 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-vr-demo
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).