feat(app): initialize analytical panel
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user