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
      .output.apptsconfig.app.jsonapppageslayoutscomponentscomposablesglobalspluginsmiddlewarescssapp.vueerror.vuemodulesnode_modulespublic.env.gitignorerunable.config.tsserver.tspackage.jsontsconfig.jsontsconfig.node.json

.gitignore

Ignore dependencies, builds, generated files, and local secrets.

A Runable project should at least ignore its dependencies, generated output, and local variables.

node_modules/
.app/
.output/

.env
.env.*
!.env.example

*.log
.DS_Store

Adjust .output/ and .app/ if you changed distdir or output in runable.config.ts.

Commit sources, configuration, package.json, the lockfile, and .env.example. Generated directories must be reproducible with pnpm install, runable prepare, and runable build.

Report an issue Edit this page
.env

Load typed environment variables and control which values Runable exposes to the browser.

runable.config.ts

Configure conventions, SSR, modules, and Vite from the project's central file.

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