penggy f38e0d2050 qd wydz custom 4 anni fa
..
assets f04a50e8b1 update www 4 anni fa
components f38e0d2050 qd wydz custom 4 anni fa
externals 1ff5943f1d upgade jquery to 3.5.1 4 anni fa
.babelrc 7de2de9107 opensource web_src 5 anni fa
.gitignore 7de2de9107 opensource web_src 5 anni fa
README.md 6886b7367c update readme 4 anni fa
index.js 7de2de9107 opensource web_src 5 anni fa
login.js 7de2de9107 opensource web_src 5 anni fa
package-lock.json 7ab4a715f9 update ui 4 anni fa
package.json 7ab4a715f9 update ui 4 anni fa
play.js 7de2de9107 opensource web_src 5 anni fa
router.js 24c338aaeb update ui 4 anni fa
store.js f38e0d2050 qd wydz custom 4 anni fa
template-login.html 1ff5943f1d upgade jquery to 3.5.1 4 anni fa
template-play.html 1ff5943f1d upgade jquery to 3.5.1 4 anni fa
template.html 1ff5943f1d upgade jquery to 3.5.1 4 anni fa
webpack.config.js f57f749311 ws talk 4 anni fa

README.md

livecms-web-src

LiveGBS 前端工程源码

start

# 准备工具
npm install -g cross-env

cd web_src
#  安装 npm 依赖
npm install --registry=https://registry.npm.taobao.org

# 编辑 webpack.config.js > devServer > proxy ip 指向 server ip

# 启动
npm run start
# 编译
npm run build