Files
coolify-docs/content/docs/applications/vuejs.mdx
T
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

28 lines
718 B
Plaintext

---
title: Vue
description: Deploy Vue.js applications on Coolify with server builds using Node/Express or static SPA builds with routing support.
---
# Vue
Vue.js is an approachable, performant and versatile framework for building web user interfaces.
[Example repository.](https://github.com/coollabsio/coolify-examples/tree/main/vue)
## Server build (NodeJS|Express)
- Set `Build Pack` to `nixpacks`.
- Set 'Start Command' to `node server.js`.
## Static build (SPA)
- Set `Build Pack` to `nixpacks`.
- Enable `Is it a static site?`.
- Set `Output Directory` to `dist`.
## Static build with Router (SPA)
- Set `Build Pack` to `nixpacks`.
- Enable `Is it a static site?`.
- Set `Output Directory` to `dist`.