Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 557 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 557 Bytes

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';