Sen descrición

yoko 0327e73cfc 更新 'default.conf' hai 1 ano
.vscode 81c566fa13 first commit %!s(int64=2) %!d(string=hai) anos
dist bbd7df44b0 路由二次修改 hai 1 ano
jsmpeg-master 1cdf8e8ed1 摄像头已调试 %!s(int64=2) %!d(string=hai) anos
src d19445b0d2 修改配置文件IP hai 1 ano
.drone.yml bbd7df44b0 路由二次修改 hai 1 ano
.editorconfig 81c566fa13 first commit %!s(int64=2) %!d(string=hai) anos
.env.development 81c566fa13 first commit %!s(int64=2) %!d(string=hai) anos
.env.production 9a339348ea 修改生产环境baseUrl hai 1 ano
.gitignore bbd7df44b0 路由二次修改 hai 1 ano
Dockerfile 07919f5320 添加部署文件 hai 1 ano
README.md 1cdf8e8ed1 摄像头已调试 %!s(int64=2) %!d(string=hai) anos
babel.config.js 81c566fa13 first commit %!s(int64=2) %!d(string=hai) anos
default.conf 0327e73cfc 更新 'default.conf' hai 1 ano
package-lock.json cb6627740c 12.28 hai 1 ano
package.json cb6627740c 12.28 hai 1 ano
postcss.config.js 81c566fa13 first commit %!s(int64=2) %!d(string=hai) anos
vue.config.js bfdee7cbf5 更新 'vue.config.js' hai 1 ano

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