Vue (Vite)
Deploy a Vite + Vue app to Creek.
Quick Start
npm create vite@latest my-app -- --template vue-ts
cd my-app
npm install
npx creek deployConfiguration
No configuration needed. Creek auto-detects Vue + Vite.
| Setting | Default |
|---|---|
| Build command | npm run build |
| Output directory | dist |
| Render mode | SPA |