bit-labs-cn
- 2 skills
- 0 followers
- 17 hours ago last updated
- ▌ Create Owl Backend Module · bit-labs-cnScaffolds high-quality owl SubApp backends with per-resource model/repository/service/handle layers, typed DTOs, validators, redis locks on writes, and errContract business errors. Supports monorepos where frontend lives under frontend/ and Go app/ is at repo root. Use when creating a new Go sub-application, adding owl HTTP APIs, or implementing backend features; do not use for quick throwaway prototypes that collapse multiple domains into one gateway.
- ▌ Create Owl Frontend Module · bit-labs-cn使用 Vue3 (owl-ui/owl-admin-ui) 创建新的前端子系统或页面;支持独立前端包与业务仓库内 `frontend/<子应用>/` 一体化布局。当用户要求创建新的前端子应用、在管理前端添加模块、编写 Vue 页面或实现前端功能时使用。