wy 37f7815b0c 头部 | 1 yıl önce | |
---|---|---|
.vscode | 1 yıl önce | |
jsmpeg-master | 1 yıl önce | |
src | 1 yıl önce | |
.drone.yml | 1 yıl önce | |
.editorconfig | 1 yıl önce | |
.env.development | 1 yıl önce | |
.env.production | 1 yıl önce | |
.gitignore | 1 yıl önce | |
Dockerfile | 1 yıl önce | |
README.md | 1 yıl önce | |
babel.config.js | 1 yıl önce | |
default.conf | 1 yıl önce | |
jsconfig.json | 1 yıl önce | |
package.json | 1 yıl önce | |
postcss.config.js | 1 yıl önce | |
vue.config.js | 1 yıl önce |
# install dependency
npm install
# develop
npm run dev
node websocket-relay.js video1 8081 8082
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# 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