Vue deployment

Deploy Vue 3 and Vite from GitHub.

Connect a client-rendered Vue 3 repository built with Vite. RunYour.App follows its lockfile, builds the default static output, and publishes a verified route.

  • Vue 3 + Vite
  • Vue Router history fallback
  • npm, pnpm, or Bun
  • Existing build scripts

Repository requirements

  • One Vue 3 and Vite application at the repository root.
  • A consistent npm, pnpm, or Bun lockfile.
  • The standard build command and dist output.
  • No runtime server adapter or second service.

Vue Router and direct URLs

The platform static runtime serves the app entry point when a direct browser request does not match a generated file. History-mode routes therefore continue to work after refresh and when shared as links.

Vue is not Nuxt

This path is for static Vue SPAs. Nuxt, server rendering, server routes, custom output directories, and multi-service repositories remain outside the current support contract.

Related deployment guides