Sem descrição

a1140836302 c74d24f9c9 路由重定向 há 2 anos atrás
.vscode 81c566fa13 first commit há 2 anos atrás
dist 81c566fa13 first commit há 2 anos atrás
jsmpeg-master 1cdf8e8ed1 摄像头已调试 há 2 anos atrás
src c74d24f9c9 路由重定向 há 2 anos atrás
.drone.yml 73dd6528d4 修改prod há 2 anos atrás
.editorconfig 81c566fa13 first commit há 2 anos atrás
.env.development 81c566fa13 first commit há 2 anos atrás
.env.production 9a339348ea 修改生产环境baseUrl há 2 anos atrás
.gitignore 81c566fa13 first commit há 2 anos atrás
Dockerfile 07919f5320 添加部署文件 há 2 anos atrás
README.md 1cdf8e8ed1 摄像头已调试 há 2 anos atrás
babel.config.js 81c566fa13 first commit há 2 anos atrás
default.conf 07919f5320 添加部署文件 há 2 anos atrás
package-lock.json cb6627740c 12.28 há 2 anos atrás
package.json cb6627740c 12.28 há 2 anos atrás
postcss.config.js 81c566fa13 first commit há 2 anos atrás
vue.config.js 8d34628af5 视频端口 há 2 anos atrás

README.md

Getting started


# install dependency
npm install

# develop
npm run dev

node 后端服务需执行以下命令:

node websocket-relay.js video1 8081 8082

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix