Files
anal-front/README.md
2026-06-19 17:15:05 +03:00

29 lines
306 B
Markdown

# Analytical Panel
Vue 3 application scaffolded with Vite and Bun.
## Stack
- Vue 3
- Vite
- Bun
- TypeScript
- Vue Router
- Pinia
- ESLint
- Prettier
- Vitest
- Playwright
## Commands
```bash
bun install
bun run dev
bun run lint
bun run typecheck
bun run test:unit
bun run test:e2e
bun run build
```