You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
549 B

# 普達國際 CMS
## 系統架構
### 目錄結構
.
├── app 後端webman程式
├── admin 後台前端
│ ├── helpers.php
│ └── bootstrap.php
├── web 前台前端
└── data 系統資枓
### 前端
#### 前台
+ Nuxt
前台考慮將來會有SEO的需求,還有使用技術的一致性.使用Nuxt3建構工具架設.
### 後台
+ Vue + Vite
+ element ui
### 後端
+ webman