mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: build error
This commit is contained in:
parent
e5a5889931
commit
8aa9363bbe
17 changed files with 58 additions and 58 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
## 構建前端
|
||||
|
||||
請在 `frontend` 資料夾中執行以下命令。
|
||||
請在 `app` 資料夾中執行以下命令。
|
||||
|
||||
```shell
|
||||
yarn install
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.
|
||||
├─ docs # 手冊資料夾
|
||||
├─ cmd # 命令列工具
|
||||
├─ frontend # 使用 Vue 3 構建的前端
|
||||
├─ app # 使用 Vue 3 構建的前端
|
||||
├─ server # 使用 Golang 構建的後端
|
||||
├─ resources # 其他資源,不參與構建
|
||||
├─ template # 用於 Nginx 的模板檔案
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
```
|
||||
.
|
||||
├─ frontend
|
||||
├─ app
|
||||
│ ├─ public # 公共資源
|
||||
│ ├─ src # 原始碼
|
||||
│ │ ├─ api # 向後端發起請求的 API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue