Skip to content

Files

Latest commit

e195162 · Apr 7, 2025

History

History

frontend

Vue 3

Рекоммендации по настройке IDE

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Установка зависимостей

npm install

Запуск проекта

npm run dev

Сборка проекта

npm run build

Запуск тестов с помощью Vitest

npm run test:unit

Линт с помощью ESLint

npm run lint