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

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