Runable v1.0.0-alpha.20
Why Runable? Docs Modules Work with AI Blog About Changelog
  • 01Why Runable?
  • 02Docs
  • 03Modules
  • 04Work with AI
  • 05Blog
  • 06About
  • 07Changelog
Vue without a fixed server runtime.
Getting Started Structure Integrations Guide MCP API
  • Getting Started Structure Integrations Guide MCP API
Build the Interface
  • Routing
  • Layouts
  • Middlewares
  • Error Handling
Load and Render
  • Data Fetching
  • SSR and CSR
  • Head and SEO
Extend Runable
  • Auto-imports
  • Plugins
  • Modules
Configure and Ship
  • Runtime Configuration
  • CSS and Assets
  • Production Build
CLI
  • Overview
  • Create
  • Prepare
  • Build
  • MCP
  • AI Skills
  • Inspector

runable build

Produce the production client and server bundles Runable serves from .output/.

runable build

runable build produces the production bundle: always the client (HTML template and hashed assets), and a server bundle too when ssr is enabled. Output goes to distdir — .output/ by default — alongside a manifest.js connecting the running server to the built client and, for SSR, the compiled server entry.

For the full output layout, how to start a built application, and a deployment checklist, see Production build and .output/ — this page only covers the command itself.

A generated package.json from runable create wires this up as the app:build script.

.output/ is generated

Never edit files inside .output/ directly — they're overwritten on the next build. Change the application source or runable.config.ts, then rebuild.

Report an issue Edit this page
Prepare

Regenerate .app/ — the types, routes, and auto-import registries Runable derives from your project.

MCP

Start the project-local Runable MCP server for AI coding agents.

Runable

The Vue framework that brings productive conventions to any backend.

Product

  • Why Runable
  • Documentation
  • Installation
  • Integrations

Project

  • About
  • Blog
  • Changelog
  • Sponsor

Community

  • GitHub
  • Issues
  • Discussions
  • Bluesky

© 2026 Runable. Released under the MIT License.

Open source Built with Vue and Runable