"Coming Soon" placeholder website for stracohouse.be.
- Production: https://stracohouse.be
- Workers URL: https://stracohouse-frontend.suppliers-f48.workers.dev
npm install
npm run devPush to main branch triggers automatic deployment via Cloudflare Workers.
git add -A
git commit -m "Your changes"
git pushnpm run build
npx wrangler deploysite/
├── app/
│ ├── app.vue
│ ├── pages/
│ │ └── index.vue # Main placeholder page
│ └── assets/
│ └── css/main.css
├── public/
│ ├── assets/
│ │ ├── house-sketch.svg # Architectural drawing
│ │ └── straco-logo.svg # Straco logo
│ ├── favicon.svg
│ └── favicon.png
├── nuxt.config.ts
└── wrangler.toml
- Framework: Nuxt 4
- Hosting: Cloudflare Workers
- Repository: github.com/wotzebra/stracohouse-frontend
- Full black background (#000000)
- Architectural house sketch (SVG)
- "COMING SOON" text
- "STRACO HOUSE" text
- "October 2026" date
- Straco logo footer
Matches the email invitation design.