
前端:https://github.com/arklnk/ark-admin-vuenext
后端:https://github.com/arklnk/ark-admin-zero
在线体验地址: http://106.52.40.152:8080
| 账号 | 密码 | 备注 |
|---|---|---|
| demo | 123456 | 演示账号 |
git clone https://github.com/arklnk/ark-admin-zero.git
cd ark-admin-zero
docker-compose up -d
登录地址:http://127.0.0.1
| 账号 | 密码 | 备注 |
|---|---|---|
| arklnk | 123456 | 超级管理员 |
| demo | 123456 | 演示账号 |


git clone https://github.com/arklnk/ark-admin-zero.git
cd ark-admin-zero
go mod tidy
go get github.com/cortesi/modd/cmd/modd
编辑热启动配置(项目根目录下的modd.conf)
window环境下
#core
app/core/**/*.* {
prep: go build -o data/service/core-api.exe -v app/core/cmd/api/core.go
daemon: data/service/core-api.exe -f app/core/cmd/api/etc/core-api.yaml
}
mac、linux环境下
#core
app/core/**/*.* {
prep: go build -o data/service/core-api -v app/core/cmd/api/core.go
daemon: data/service/core-api -f app/core/cmd/api/etc/core-api.yaml
}
注:modd开源地址https://github.com/cortesi/modd
运行(开发环境需要用到 redis 和 mysql,所以请先执行 docker-compose up -d 来启动容器)
modd
如输出以下信息则启动成功
15:17:03: prep: go build -o data/service/core-api.exe -v app/core/cmd/api/core.go
>> done (2.2430897s)
15:17:06: daemon: data/service/core-api.exe -f app/core/cmd/api/etc/core-api.yaml
>> starting...
Starting server at 0.0.0.0:7001...
如果项目有帮助到你可以点个 Star 支持下。有更好的实现欢迎 PR。
Modern browsers and Internet Explorer 10+.
IE / Edge |
Firefox |
Chrome |
Safari |
|---|---|---|---|
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |

https://github.com/Mikaelemmmm/go-zero-looklook
https://github.com/jinzhu/copier
https://github.com/go-playground/validator
$ claude mcp add ark-admin-zero \
-- python -m otcore.mcp_server <graph>