vr_player/vr/README.md

37 lines
524 B
Markdown
Raw Permalink Normal View History

2025-02-07 16:55:28 +00:00
# vue-vr
基于threejs,html5,hlsjs,flvjs编写的全景播放器播放普通视频hls及flv直播流
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).