1 Star 0 Fork 51

yangmain / xgplayer

forked from 中传思客 / xgplayer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
yinguohui 提交于 2018-06-24 11:02 . init first version
import Koa from 'koa'
import Serve from 'koa-static'
import Cors from '@koa/cors'
import Range from 'koa-range'
const app = new Koa()
app.use(Range)
app.use(Cors())
app.use(Serve('.'))
app.listen(9090)
console.log(`server is ready,please visit http://localhost:9090/examples/index.html`)
JavaScript
1
https://gitee.com/yangsir/xgplayer.git
git@gitee.com:yangsir/xgplayer.git
yangsir
xgplayer
xgplayer
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891