你好,VoidCraft
VoidCraft 全栈脚手架正式发布,5 分钟启动三端开发。
公告 发布
为什么做 VoidCraft
每次启动新项目,都要花大量时间搭建基础设施:用户系统、权限管理、文件上传、部署流程……
VoidCraft 把这些全部打包好,让你专注业务逻辑。
技术栈
- 后端:Go 1.24 + Gin + GORM + PostgreSQL
- 后台:Vue 3 + Element Plus + PureAdmin
- 移动端:uni-app + wot-design-uni
- 官网:Astro + Tailwind CSS
快速开始
git clone https://github.com/your-org/go-pure-admin.git
cd go-pure-admin
cp .env.example .env
docker compose --profile dev up -d
cd backend && air
5 分钟,三端全部跑起来。
评论
加载中...