설명 없음

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

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