ลองใช้งาน Cloudflare Pages
สำหรับฝั่ง frontend ช่วยในการ deploy ระบบงานง่ายๆ ไม่ว่าจะเป็น
สามารถใช้งานได้ โดยหลักๆ จะเป็นการเชื่อมต่อกับ Github
ทำให้ง่ายขึ้นเยอะ
Getting started · Cloudflare Pages docs
ในที่นี้ลองใช้เป็น vite
$ npm init @vitejs/app <project name> --template vue
...
Done. Now run:
cd <project name>
npm install
npm run dev
$ git init
$ git add -A
$ git commit -m 'first commit'
$ git branch -M main
$ git remote add origin <git repo url>
$ git push origin main
Set up builds and deployment
Source code
jaedsadadotme/demo-cloudflare-pages
อ่านเพิ่มเติมได้ที่ :