creek

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 deploy

Configuration

No configuration needed. Creek auto-detects Vue + Vite.

SettingDefault
Build commandnpm run build
Output directorydist
Render modeSPA

On this page