Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 660 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 660 Bytes

SISE Game

SISE Game 是广州大学华软软件学院校内的(非官方)直播网站,整体架构为 Express.js + Vue.js 实现前后端分离。

此项目 game-app 为前端部分源码。

Build

$ git clone git@github.com:OpenSISE/game-app.git

$ bower install  # 安装依赖

$ npm install
$ npm run dev # development

$ npm run build # webpack 打包以及 hash replace

Contribute

  • Fork this repo
  • Create feature/foo or fix/foo branche
  • Pull request

License

MIT License

本人鼓励其它高校利用本源码建立自己高校的内部直播网站,但请确保你了解 MIT 协议的内容。