Skip to content

Yurunsoft/imi-gobang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imi-gobang

一款使用 imi 框架开发的五子棋在线对战系统。

本项目用于学习进阶 imi 实战视频教程,即将在 B 站免费连载,敬请期待!

https://space.bilibili.com/768718

项目基于 AGPL V3 协议开源。前端 UI 禁止商用!

演示地址:https://test.yurunsoft.com/gobang/

imi 框架交流群:17916227 点击加群

技术栈

后端

imi 框架

Swoole

PHP

前端

Vue

运行

服务端

配置:

config/config.php 中可以改端口及数据库等配置

运行命令:

cd server

# Composer 安装
composer update

# 导入数据数据库表结构
vendor/bin/imi generate/table

# 启动服务
vendor/bin/imi server/start

前端页面

配置:

vue.config.js 中可以改端口

.env 中修改正式环境的接口 URL

.env.development 中修改测试环境的接口URL

运行命令:

cd h5
npm install
npm run serve

预览图

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors