蒋科 15869b760b 修改logo | 6 mesi fa | |
---|---|---|
.vscode | 1 anno fa | |
src | 6 mesi fa | |
.drone.yml | 1 anno fa | |
.editorconfig | 1 anno fa | |
.env.development | 8 mesi fa | |
.env.production | 8 mesi fa | |
.gitignore | 1 anno fa | |
Dockerfile | 1 anno fa | |
README.md | 1 anno fa | |
babel.config.js | 1 anno fa | |
default.conf | 8 mesi fa | |
jsconfig.json | 1 anno fa | |
package-lock.json | 1 anno fa | |
package.json | 1 anno fa | |
postcss.config.js | 1 anno fa | |
vue.config.js | 1 anno fa |
# 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