Live Vue components, straight from source
How it works

Your components, running live.

Push a component straight from your editor with one command. It renders on your profile as a real, interactive component — not a screenshot, not a copy-paste snippet. The actual thing, running.

1

Install the CLI

One global install, works in any Vue + Tailwind project.

npm install -g @dlbcodes/showcase-cli
2

Get your API key

This is how the CLI knows the components are yours.

3

Log in the CLI

Paste the key you just created.

showcase login --token <your-key>
4

Push a component

Point it at any .vue file. It bundles and uploads.

showcase push src/components/Button.vue
5

See it live

It appears on your profile instantly, running for real.

Push your first component today.

Install the CLI, grab your key, and your components are live in under a minute.

Get started free