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.
|
|
2 years ago | |
|---|---|---|
| admin | 2 years ago | |
| app | 2 years ago | |
| mysql | 2 years ago | |
| nginx | 2 years ago | |
| web | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| docker-compose-dev.yaml | 2 years ago | |
| docker-compose.yaml | 2 years ago | |
| mkprod.sh | 2 years ago | |
| prodio.sql | 2 years ago | |
| showdoc_db.sh | 2 years ago | |
README.md
普達國際 CMS
系統架構
目錄結構
.
├── app 後端webman程式
├── admin 後台前端
│ ├── helpers.php
│ └── bootstrap.php
├── web 前台前端
├── nginx nginx docker 建構資料
├── mysql mysql docker 建構資料
└── data 系統資枓
前端
前台
- Nuxt
前台考慮將來會有SEO的需求,還有使用技術的一致性.使用Nuxt3建構工具架設.
後台
- Vue + Vite
- element ui
後端
- webman