# page https://developers.cloudflare.com/pages/ ```shell npm run build npx wrangler pages deploy ./dist/ # 会提示登录,完成登录后,提示是否创建项目,项目以字母、- 命名。生产分支是 main 分支,如果当前 git 是 main 分支会默认发布到生产端 git checkout -b main ``` # Vue 3 + TypeScript + Vite https://vue-devui.github.io/components/icon/#%E9%99%84%E5%B8%A6%E6%8F%8F%E8%BF%B0%E4%BF%A1%E6%81%AF https://matechat.gitcode.com/components/header/demo.html This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `