Skip to content

Commit

Permalink
docs: 更新对接平台的前后端项目
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Dec 12, 2024
1 parent 92617df commit 763fdd6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 15 additions & 16 deletions docs/01.指南/03.生态/01.对接平台的前后端项目.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,35 @@ date: 2022-11-07
permalink: /pages/opensource/
---

对接 `pure-admin` 的开源项目,非官方项目
感谢开源大佬们选择了 `pure-admin` ❤️
对接 `pure-admin` 的开源项目,非官方项目。感谢开源大佬们选择了 `pure-admin`

`boot-admin`Java SpringBoot
### Java SpringBoot

[前端代码](https://github.com/hb0730/boot-admin-ui) [后端代码](https://github.com/hb0730/boot-admin) [预览地址](https://boot-admin.hb0730.com)(登录用户名:`13111111111` 密码:`Admin123456`)
`boot-admin` [前端代码](https://github.com/hb0730/boot-admin-ui) [后端代码](https://github.com/hb0730/boot-admin) [预览地址](https://boot-admin.hb0730.com)(登录用户名:`13111111111` 密码:`Admin123456`)

`AgileBoot`(Java SpringBoot)
`AgileBoot` [前端代码](https://github.com/valarchie/AgileBoot-Front-End) [后端代码](https://github.com/valarchie/AgileBoot-Back-End) [预览地址](http://www.agileboot.cc)(登录用户名:`admin` 密码:`admin123`)

[前端代码](https://github.com/valarchie/AgileBoot-Front-End) [后端代码](https://github.com/valarchie/AgileBoot-Back-End) [预览地址](http://www.agileboot.cc)(登录用户名:`admin` 密码:`admin123`)
`Halcyon-Admin` [前端代码](https://github.com/hhfb8848/halcyon-admin-ui) [后端代码](https://github.com/hhfb8848/halcyon-springboot) [预览地址](http://36.111.172.53:8848)(登录用户名:`admin` 密码:`admin123456`)

`Halcyon-Admin`(Java SpringBoot)
`bunny-admin-web` [前端代码](https://gitee.com/BunnyBoss/bunny-admin-web) [后端代码](https://gitee.com/BunnyBoss/bunny-admin-server) [预览地址](http://bunny-web.site/)

[前端代码](https://github.com/hhfb8848/halcyon-admin-ui) [后端代码](https://github.com/hhfb8848/halcyon-springboot) [预览地址](http://36.111.172.53:8848)(登录用户名:`admin` 密码:`admin123456`)
### Go

`bunny-admin-web`(Java SpringBoot)
`go-admin` [前端代码](https://github.com/anerg2046/go-admin-front) [后端代码](https://github.com/anerg2046/go-admin-server) [预览地址](https://admin.fabraze.com/)(登录用户名:`admin` 密码:`admin1234`)

[前端代码](https://gitee.com/BunnyBoss/bunny-admin-web) [后端代码](https://gitee.com/BunnyBoss/bunny-admin-server) [预览地址](http://bunny-web.site/)
### Python Django

`go-admin`(Go)
`xadmin` [前端代码](https://github.com/nineaiyu/xadmin-client) [后端代码](https://github.com/nineaiyu/xadmin-server) [预览地址](https://xadmin.dvcloud.xin/)(登录用户名:`admin` 密码:`admin123`)

[前端代码](https://github.com/anerg2046/go-admin-front) [后端代码](https://github.com/anerg2046/go-admin-server) [预览地址](https://admin.fabraze.com/)(登录用户名:`admin` 密码:`admin1234`)
`pure-drf-admin` [前端代码](https://github.com/immrk/pure-drf-admin) [后端代码](https://github.com/immrk/pure-drf-admin-backend) [预览地址](https://puredrf.kworlds.cn/#/login)(登录用户名:`[email protected]` 密码:`k12345678`)

`xadmin`(Python Django)
### C# .NET 8

[前端代码](https://github.com/nineaiyu/xadmin-client) [后端代码](https://github.com/nineaiyu/xadmin-server) [预览地址](https://xadmin.dvcloud.xin/)(登录用户名:`admin` 密码:`admin123`)
`PurestAdmin` [前端代码](https://gitee.com/dymproject/purest-admin/tree/main/client-vue) [后端代码](https://gitee.com/dymproject/purest-admin/tree/main/api) [预览地址](http://www.purestadmin.com)(登录用户名:`admin` 密码:`123456`)

`PurestAdmin`(C# .NET 8)
### PHP Laravel

[前端代码](https://gitee.com/dymproject/purest-admin/tree/main/client-vue) [后端代码](https://gitee.com/dymproject/purest-admin/tree/main/api) [预览地址](http://www.purestadmin.com)(登录用户名:`admin` 密码:`123456`)
`slurry-admin` [前端代码](https://github.com/dotreen/slurry-admin-web) [后端代码](https://github.com/dotreen/slurry-admin-api) [预览地址](http://slurry-admin.dotreen.com/#/login)(登录用户名:`admin` 密码:`admin123`)

::: tip 温馨提示
对接的开源项目如需挂到此处,必须有前端、后端源代码地址以及预览地址
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
export default {
data() {
return {
stars: '16.5k',
stars: '16.6k',
forks: '3.1k',
}
},
Expand Down

0 comments on commit 763fdd6

Please sign in to comment.