Skip to content

Cloudflare Pages demo, using Vue3, Vite, and Hono. One-click start for both front-end and back-end, supports local breakpoint debugging, and deployment to Cloudflare Pages.

Notifications You must be signed in to change notification settings

luzhifang/cloudflare-pages-demo

Repository files navigation

cloudflare-pages-demo

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Run/Debug on Webstorm

Set Run/Debug Configuration -> npm -> Command: run, Scripts: dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Preview on Local Host

npm run preview

Deploy

npm run deploy

D1

查看数据库表

SELECT name FROM sqlite_master WHERE type='table';

About

Cloudflare Pages demo, using Vue3, Vite, and Hono. One-click start for both front-end and back-end, supports local breakpoint debugging, and deployment to Cloudflare Pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published