Licence
MIT
Version
0.5.6
Deps
0
Size
13 kB
Vulns
0
Weekly
0
@cioky/vike-create
Scaffold a Vike + Ripple TS project.
Part of the vike-ripple monorepo.
Usage
# With Tailwind CSS (default)
npx @cioky/vike-create my-app
# With Panda CSS
npx @cioky/vike-create my-app --style pandacss
# Without a CSS framework
npx @cioky/vike-create my-app --style none
# With Cloudflare Workers support
npx @cioky/vike-create my-app --style tailwind --cloudflare
# With Remult (SSE live query everywhere)
npx @cioky/vike-create my-app --style tailwind --remult
# With Remult + Cloudflare (DO-based realtime)
npx @cioky/vike-create my-app --style tailwind --remult --cloudflareFlags
| Flag | Description |
|---|---|
--style tailwind |
Tailwind CSS v4 (default) |
--style pandacss |
Panda CSS |
--style none |
No CSS framework |
--cloudflare |
Cloudflare Workers setup (wrangler, D1, DO config) |
--remult |
Remult ORM with realtime subscriptions |
--remult --cloudflare |
Remult with Durable Object-based realtime via remult-partykit |
What's included
The scaffold creates:
- Vike pages (
pages/index,pages/about) with SSR - Ripple TS
.tsrxfile support @cioky/vike-coreconfig (Layout, Head, hooks)- CSS framework config (tailwind.css or panda.config.ts)
- Cloudflare Workers config when
--cloudflareis set - Remult + realtime subscription setup when
--remultis set
Generated Packages
| Package | Installed when |
|---|---|
@cioky/vike-core |
Always |
@cioky/vike-tailwindcss |
--style tailwind |
@cioky/vike-pandacss |
--style pandacss |
remult-partykit |
--remult --cloudflare |
See the main repo for per-package documentation.