Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 722 Bytes

File metadata and controls

35 lines (23 loc) · 722 Bytes

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