Nuxt 3 app: JSON / PocketBase schema → interactive graph (Vue Flow).
- Node 20.10+
- pnpm — version pinned in
package.json(packageManager). Enable Corepack:corepack enable, then installs use the correct pnpm automatically.
pnpm install| Command | Description |
|---|---|
pnpm dev |
Local dev server |
pnpm build |
Production build |
pnpm preview |
Preview production build |
pnpm generate |
Static site generation |
Do not use npm install or yarn; lockfile is pnpm-lock.yaml only.