create-vercube
v0.0.43
Published
Create a Vercube app in seconds
Downloads
546
Readme
create-vercube
Scaffold a new Vercube project
The fastest way to start a new Vercube project. One command and you're ready to code.
🚀 Usage
# pnpm
pnpm create vercube@latest
# npm
npx create-vercube@latest
# bun
bun create vercubeThen just:
cd my-app
pnpm install
pnpm dev📖 Documentation
Check out the full docs at vercube.dev
