普達國際公司網站
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.
 
 
 
 
 
 
Wayne ac04840889
bug fix 20240308
2 years ago
admin bug fix 2 years ago
app bug fix 20240308 2 years ago
mysql init 2 years ago
nginx bug fix #4 2 years ago
web bug fix 20240308 2 years ago
webman bug fix 2 years ago
.gitignore 移除.vscode 2 years ago
README.md bug fix #4 2 years ago
docker-compose-dev.yaml bug fix 2 years ago
docker-compose.yaml bug fix 2 years ago
mkprod.sh v1.0.0 release 2 years ago
prodio.sql bug fix #4 2 years ago
showdoc_db.sh bug kfix 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