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

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