Skip to content

kevinmarrec/create-app

Repository files navigation

@kevinmarrec/create-app

Description

CLI that scaffolds an opinionated Bun & Vue fullstack application.

Opinions

  • Bun as package manager & runtime

  • Vue as frontend framework

Usage

Requires Bun v1.3 or later.

bun create @kevinmarrec/app
# OR
bunx @kevinmarrec/create-app

After scaffolding, see the generated README.md in your project root for detailed setup instructions, including environment configuration, Docker setup, and development workflows.