bug fix #1
parent
2e908b9de2
commit
136237a661
@ -1,2 +1,24 @@
|
||||
# 普達國際 CMS
|
||||
|
||||
## 系統架構
|
||||
### 目錄結構
|
||||
.
|
||||
├── app 後端webman程式
|
||||
├── admin 後台前端
|
||||
│ ├── helpers.php
|
||||
│ └── bootstrap.php
|
||||
├── web 前台前端
|
||||
└── data 系統資枓
|
||||
|
||||
### 前端
|
||||
#### 前台
|
||||
+ Nuxt
|
||||
|
||||
前台考慮將來會有SEO的需求,還有使用技術的一致性.使用Nuxt3建構工具架設.
|
||||
|
||||
### 後台
|
||||
+ Vue + Vite
|
||||
+ element ui
|
||||
|
||||
### 後端
|
||||
+ webman
|
||||
Loading…
Reference in new issue