mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #101] [Feature] 能否分离UI界面到单独的仓库方便前端开发提交贡献? #84
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bd-dxg on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/101
功能描述
能否分离UI界面到单独的仓库方便前端开发提交贡献?
动机
为什么这个功能对项目有帮助?
对后端不熟悉, 也不想fork太多无关代码,分离UI到单独仓库后, 前后端开发都可以直接fork自己感兴趣的仓库进行提交贡献
替代方案
描述你已经考虑过的替代方案。
新开一个项目的UI仓库
@usual2970 commented on GitHub (Sep 26, 2024):
感谢反馈~目前项目就是前后端分离的,只是放在了同一个仓库
这样做的目的是为了把前端页面打包到二进制文件里,方便用户部署
你可以放心大胆的提交PR,我会 review 的,Certimate 鼓励大家参与进来