组件化游戏房间管理系统
- unknown
- 执行
npm run init
(仅第一次);
- 执行
npm install
; - 使用 Visual Studio Code 运行调试(直接按下
F5
即可)。
服务器需安装 nodejs
和 npm
。部署执行如下脚本:
npm install
编译前端代码:
npm run build
启动服务:
npm start
以守护进程方式,启动服务:
forever start ./bin/www --uid fishpi-bot
or
pm2 start -n fishpi-bot npm -- start
- .vscode - VSCode 调试配置
- lib - 自定义类库
- script - 初始化脚本
- src - 入口
- config.json - 运行配置档案