Files
Renovate Bot a1f0a75c62
renovate/artifacts Artifact file update failure
Frontend CI / build-and-check (pull_request) Failing after 10s
Frontend Playwright / e2e (pull_request) Failing after 4m52s
chore(deps): update dependency eslint-plugin-oxlint to ~1.70.0
2026-06-16 05:00:25 +00:00
..
2026-05-08 01:29:54 +03:00
2026-05-08 00:56:44 +03:00
2026-05-25 03:35:30 +03:00
2026-05-11 00:20:39 +03:00

universe

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Запуск вместе с backend (Aspire)

Если запускать приложение через backend/UniVerse.AppHost, то фронтенд (Vite dev server) поднимается автоматически.

  1. Установить зависимости фронтенда:
pnpm -C frontend install
  1. Запустить Aspire AppHost:
dotnet run --project backend/UniVerse.AppHost/UniVerse.AppHost.csproj

Обычно фронтенд слушает http://localhost:5173 (если порт занят — Vite выберет следующий свободный).

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint