Installation


Install Nivel with React, Vike, and Vike React. vike and vite are peer dependencies, and the package exposes a local nivel binary after install.

BASH
pnpm add @unterberg/nivel react react-dom vike vike-react
pnpm add -D vite typescript @types/react @types/react-dom

Requirements

  • React and React DOM for the rendered docs runtime.
  • Vike and Vike React for the app shell and route integration.
  • Vite and TypeScript for development, builds, and typed config files.
  • A consumer project that can keep its docs content, config, shell files, and theme files local.

Next step

After installation, run the CLI flow in Quick Start. If you want to see what the CLI creates, read Project Shape first.