create-uniweb
v0.1.1
Published
Create Uniweb projects
Maintainers
Readme
create-uniweb
Scaffold Uniweb projects—Vite + React sites with file-based routing, localization, and clean content/code separation.
Usage
# pnpm (recommended)
pnpm create uniweb my-site
# npm
npm create uniweb@latest my-site
# yarn
yarn create uniweb my-site
# bun
bun create uniweb my-siteWith a template
pnpm create uniweb my-site --template marketing
# npm requires -- to pass arguments
npm create uniweb@latest my-site -- --template marketingAvailable templates
| Template | Description |
| --------------- | ------------------------------------ |
| single | Single-page site (default, built-in) |
| multi | Multi-page site (built-in) |
| marketing | Marketing site with blog |
| academic | Academic/research site |
| docs | Documentation site |
| international | Multilingual site (en, es, fr) |
Next steps
After scaffolding, run:
cd my-site
pnpm install
pnpm devSee the developer guide for:
- Content structure — how markdown becomes component props
- Component metadata — defining component interfaces
- Site configuration — site.yml reference
What this package does
This is a thin wrapper that delegates to npx uniweb@latest create. It exists to support the familiar npm create convention used by Vite, Next.js, and other modern tools.
License
Apache 2.0
