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