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

node_modules

Manage dependencies installed by the package manager.

The package manager creates node_modules/ from package.json and the lockfile. Runable, Vue, Vite, and the selected backend are installed there.

Never edit a file in this directory. Add or update the relevant dependency, then reinstall:

pnpm install

Frameworks supported by Runable adapters are dependencies of the consuming project. For example, an application that calls express() installs express, while a Hono application installs hono.

Always add node_modules/ to .gitignore. Commit package.json and the lockfile instead to get reproducible installations.

Report an issue Edit this page
modules

Develop local Runable modules before extracting them into a package.

public

Serve static files without importing them into Vue code.

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