wvp-gb28181-project/web_src
2021-01-04 18:30:44 +08:00
..
build 使用异步接口, 更好的并发, 对hook使用订阅机制 2020-12-08 18:11:02 +08:00
config 修复前端页面图标不显示的bug 2020-12-07 14:19:29 +08:00
src 存储部分使用sqlite代替redis-3 2021-01-04 18:30:44 +08:00
static 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.babelrc 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.editorconfig 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.gitignore 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.postcssrc.js 修复子节点显示错误 2020-10-12 10:11:24 +08:00
index.html 使用异步接口, 更好的并发, 对hook使用订阅机制 2020-12-08 18:11:02 +08:00
package-lock.json 使用异步接口, 更好的并发, 对hook使用订阅机制 2020-12-08 18:11:02 +08:00
package.json 使用异步接口, 更好的并发, 对hook使用订阅机制 2020-12-08 18:11:02 +08:00
README.md 修复子节点显示错误 2020-10-12 10:11:24 +08:00

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.