39 lines
2.0 KiB
Plaintext
39 lines
2.0 KiB
Plaintext
---
|
|
description: shadcn/ui + ReUI PRO — глобальные UI-принципы; ReUI PRO выше shadcn
|
|
alwaysApply: true
|
|
---
|
|
|
|
# shadcn/ui + ReUI PRO — правила проекта
|
|
|
|
UI строится по [shadcn/ui](https://ui.shadcn.com/docs/installation) + **ReUI PRO** (`@reui`): [Components](https://ui.shadcn.com/docs/components), [Blocks](https://ui.shadcn.com/blocks), [ReUI Get Started](https://reui.io/docs/get-started), [llms.txt](https://reui.io/llms.txt).
|
|
|
|
**Иерархия:** ReUI PRO (`user-reui`) **выше** базового shadcn. Pages / KPI / lists / settings / shell → ReUI; shadcn — primitives.
|
|
|
|
**Первый шаг UI-задачи:**
|
|
1. MCP **`user-reui`** для pages / KPI / data-grid / settings / Frame / Quick Actions (`surface: frame`)
|
|
2. MCP **`plugin-shadcn-shadcn`** для primitives `@shadcn`
|
|
|
|
См. [`shadcn-mcp.mdc`](shadcn-mcp.mdc), [`reui-mcp.mdc`](reui-mcp.mdc). Contract: [`docs/ui-design-contract.md`](../../docs/ui-design-contract.md).
|
|
|
|
## Frontend
|
|
|
|
Детали: [`frontend-shadcn.mdc`](frontend-shadcn.mdc), [`frontend-ui-patterns.mdc`](frontend-ui-patterns.mdc), [`frontend-monorepo.mdc`](frontend-monorepo.mdc).
|
|
|
|
Кратко: MCP → CLI из `apps/web` → Block → kit → `pnpm --filter web build`. Кастомный CSS и самописные примитивы **запрещены**.
|
|
|
|
## Стек
|
|
|
|
- Monorepo: `apps/web` + `packages/ui` (`@telemt/ui`), pnpm workspaces
|
|
- Vite + TanStack Router/Query + shadcn **base-nova** + ReUI **@reui**
|
|
- Конфиг: [`apps/web/components.json`](apps/web/components.json), [`packages/ui/components.json`](packages/ui/components.json)
|
|
- Тема: `pnpm dlx shadcn@latest apply b2fA --only theme -y`; ReUI tokens — [Styling](https://reui.io/docs/styling)
|
|
- License: `REUI_LICENSE_KEY` в `apps/web/.env.local`
|
|
|
|
## Backend → UI
|
|
|
|
При правках API с экранами: [`backend-api-ui.mdc`](backend-api-ui.mdc). Backend: `apps/api` (Fastify + Drizzle).
|
|
|
|
## Язык
|
|
|
|
Русский. Commits: [`commit-messages-ru.mdc`](commit-messages-ru.mdc).
|