37 lines
524 B
Markdown
37 lines
524 B
Markdown
# 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/).
|