wvp-gb28181-project/web_src
2023-06-09 15:50:33 +08:00
..
build 优化跨域配置,支持同域的前后端分离部署 2023-03-05 09:53:26 +08:00
config 优化跨域配置,支持同域的前后端分离部署 2023-03-05 09:53:26 +08:00
src feat:删除拉流代理时,提示是否确认删除,防止误删 2023-06-09 15:50:33 +08:00
static Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0 2023-03-15 22:57:20 +08:00
.babelrc
.editorconfig
.gitignore
.postcssrc.js
index.html 增加消息通道配置,可以通道redis在wvp上下级之间发送消息 2023-03-14 14:02:33 +08:00
package-lock.json 修复地图页面云台状态显示以及状态显示 2023-05-29 15:16:44 +08:00
package.json 修复地图页面云台状态显示以及状态显示 2023-05-29 15:16:44 +08:00
README.md

gb_web

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.