Deploy Vue in minutes
Vue 3 projects scaffolded with create-vue build with Vite to a static dist bundle — Darmi Cloud's React / Vite preset builds it and serves it from a fast nginx container over HTTPS.
How to deploy Vue
Darmi Cloud has a dedicated React / Vite preset, so there is no configuration to write.
- 1
Sign in with GitHub
Open darmicloud.tech and sign in with GitHub (or Google). On first sign-in you grant read access so the deploy worker can clone your repositories.
- 2
Import your repository
Click New Project, pick your Vue repository, and choose the branch to deploy — the default branch is preselected.
- 3
Select the React / Vite preset
Choose the React / Vite preset. The commands are prefilled (build: npm run build, start: (served statically by nginx)) — adjust them only if your project differs.
- 4
Add environment variables
Add any environment variables your app needs (database URLs, API keys, secrets). Mark sensitive values as secrets — they are injected into the container and hidden in the UI afterwards.
- 5
Deploy and watch it go live
Click Deploy. Watch the live build and runtime logs, and your app goes live on an automatic HTTPS subdomain. Every push to your branch redeploys automatically.
Preset defaults
- Preset
- React / Vite
- Container port
- 80
- Build command
- npm run build
- Start command
- (served statically by nginx)
Tips for Vue on Darmi Cloud
- Expose client-side variables by prefixing them with VITE_ so Vite inlines them at build time.
- Vue Router's history mode works out of the box thanks to the index.html fallback.
- Need SSR? Use Nuxt and follow the dedicated Nuxt guide — it gets you server rendering with the Node.js preset.
Vue deployment FAQ
Does Vue Router history mode work?
Yes. The static server falls back to index.html, so createWebHistory routes resolve on refresh and deep links.
Should I deploy Vue or Nuxt?
If your app is a client-side SPA, deploy it with this guide. If you need SSR or file-based routing, use Nuxt with the Node.js preset — there's a dedicated guide for it.
Can I use my own custom domain?
Yes. Connect an existing domain or buy one inside Darmi Cloud. DNS is configured automatically and every domain gets free SSL via Let's Encrypt.
Is there a free plan?
Yes. The Free plan deploys one project on an automatic HTTPS subdomain with auto-deploy on every push. Paid plans add custom domains, PR preview deployments and more projects.
Deploy other frameworks
Ready to deploy your Vue app?
Connect GitHub and ship in minutes — on a free HTTPS subdomain, or on your own custom domain.
Deploy Vue now