Aucune description

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

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