cloudflare_temp_email/frontend
Dream Hunter 44b29aa646
Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
feat: hide GitHub links for normal users
Add DISABLE_SHOW_GITHUB_FOR_USER to hide the Header GitHub/version entry from normal users while keeping it visible to admin users. Refs #1041
2026-05-21 23:38:49 +08:00
..
public feat: add docs (#122) 2024-04-14 15:15:09 +08:00
src feat: hide GitHub links for normal users 2026-05-21 23:38:49 +08:00
.env.example feat: add telegram mini app (#250) 2024-05-19 00:35:10 +08:00
.env.pages feat: add page functions proxy to make response faster (#234) 2024-05-14 12:43:03 +08:00
.gitignore feat: add page functions proxy to make response faster (#234) 2024-05-14 12:43:03 +08:00
index.html feat: add CF Turnstile when new address (#200) 2024-05-04 23:14:23 +08:00
package.json chore: update SimpleWebAuthn dependencies (#1032) 2026-05-10 01:54:51 +08:00
pnpm-lock.yaml chore: update SimpleWebAuthn dependencies (#1032) 2026-05-10 01:54:51 +08:00
README.md feat: init 2023-08-16 11:13:26 +08:00
tsconfig.json feat: telegram bot TelegramSettings && webhook (#244) 2024-05-18 14:02:18 +08:00
vite.config.js feat(i18n): enhance locale handling and routing (#996) 2026-04-25 13:46:26 +08:00

cloudflare_temp_email

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build