Vike
This page hasn't been translated yet — shown in its original language:Español
Introducción
> bun create vike@latest vike-school --- --react --tailwindcss --hono --cloudflareCloudflare
Modifica la propiedad name del fichero wrangler.toml:
= "vike-school"
= "2024-09-29"
= "./dist/cloudflare"
= [ "nodejs_compat" ]El nombre debe ser único.
> bun run build> bun run wrangler pages deploy
...
Successfully logged in.
√ The project you specified does not exist: "vike-school". Would you like to create it? » Create a new project
√ Enter the production branch name: ... main// server/index.js