penggy dcf6809dcd update ui 3 years ago
..
assets 0134d41d0b update ui 3 years ago
components 0b37ba17bc update ui 3 years ago
externals 6d50e4c907 update ui 3 years ago
.babelrc 7de2de9107 opensource web_src 5 years ago
.gitignore 7de2de9107 opensource web_src 5 years ago
README.md 046c6aa24c update readme 3 years ago
index.js 7de2de9107 opensource web_src 5 years ago
login.js 7de2de9107 opensource web_src 5 years ago
package-lock.json dcf6809dcd update ui 3 years ago
package.json dcf6809dcd update ui 3 years ago
play.js 7de2de9107 opensource web_src 5 years ago
router.js cd019c1011 update ui 3 years ago
store.js b8c9bb3b7c update ui 3 years ago
template-login.html 1ff5943f1d upgade jquery to 3.5.1 4 years ago
template-play.html 1ff5943f1d upgade jquery to 3.5.1 4 years ago
template.html 1ff5943f1d upgade jquery to 3.5.1 4 years ago
webpack.config.js 3865bfee31 update ui 4 years ago

README.md

livecms-web-src

LiveGBS 前端工程源码

start

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

cd web_src
#  安装 npm 依赖
cnpm install

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

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