# 修改main.js中的服务器地址(见另一项目 Yans-server: https://github.com/YansHJ/Yans-Server)
const socket = io('http://localhost:8080')
# 安装依赖
npm install
# 启动
npm run serve
# 打包
npm run build
我不好说
本身对游戏开发很感兴趣,但一直没有机会接触,所以这个项目只是初次的尝试
# 修改main.js中的服务器地址(见另一项目 Yans-server: https://github.com/YansHJ/Yans-Server)
const socket = io('http://localhost:8080')
# 安装依赖
npm install
# 启动
npm run serve
# 打包
npm run build
我不好说
本身对游戏开发很感兴趣,但一直没有机会接触,所以这个项目只是初次的尝试