mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1446] 如何编译 #1139
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1139
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 @cnluminous on GitHub (Sep 25, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1446
请问下如何修改web界面后如何编译?我添加了几项功能,结果发现不会编译。。
@fatedier commented on GitHub (Sep 28, 2019):
前端资源使用 npm 编译。
然后安装 github.com/rakyll/statik 。
最后使用 make file && make 编译 go 项目。