mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-20 19:29:54 +00:00
Merge pull request #784 from PBK-B/bin/chore_add_gitkeep
chore: add ui/dist/.gitkeep file
This commit is contained in:
commit
c7c89efbe7
@ -35,6 +35,8 @@ git clone https://github.com/your_username/certimate.git
|
|||||||
|
|
||||||
这将启动一个 Web 服务器,默认运行在 `http://localhost:8090`,并使用来自 `ui/dist` 的预构建管理页面。
|
这将启动一个 Web 服务器,默认运行在 `http://localhost:8090`,并使用来自 `ui/dist` 的预构建管理页面。
|
||||||
|
|
||||||
|
> 如果你遇到报错 `ui/embed.go:10:12: pattern all:dist: no matching files found` 请先参考 [构建 Admin UI](#修改管理页面-admin-ui)
|
||||||
|
|
||||||
**在向主仓库提交 PR 之前,建议你:**
|
**在向主仓库提交 PR 之前,建议你:**
|
||||||
|
|
||||||
- 使用 [gofumpt](https://github.com/mvdan/gofumpt) 对你的代码进行格式化。
|
- 使用 [gofumpt](https://github.com/mvdan/gofumpt) 对你的代码进行格式化。
|
||||||
|
@ -36,6 +36,8 @@ Once you have made changes to the Go code in Certimate, follow these steps to ru
|
|||||||
|
|
||||||
This will start a web server at `http://localhost:8090` using the prebuilt Admin UI located in `ui/dist`.
|
This will start a web server at `http://localhost:8090` using the prebuilt Admin UI located in `ui/dist`.
|
||||||
|
|
||||||
|
> if you encounter an error `ui/embed.go:10:12: pattern all:dist: no matching files found`, please refer to [build Admin UI](#making-changes-in-the-admin-ui)
|
||||||
|
|
||||||
**Before submitting a PR to the main repository, consider:**
|
**Before submitting a PR to the main repository, consider:**
|
||||||
|
|
||||||
- Format your source code by using [gofumpt](https://github.com/mvdan/gofumpt).
|
- Format your source code by using [gofumpt](https://github.com/mvdan/gofumpt).
|
||||||
|
0
ui/dist/.gitkeep
vendored
Normal file
0
ui/dist/.gitkeep
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user