25 lines
447 B
Markdown
25 lines
447 B
Markdown
# Vue App
|
|
|
|
Vue 3 + TypeScript + Vite project with modern tooling.
|
|
|
|
## Stack
|
|
|
|
- Vue 3
|
|
- TypeScript
|
|
- Vite
|
|
- Vue Router
|
|
- Pinia
|
|
- Vitest
|
|
- ESLint
|
|
- Prettier
|
|
- Cypress
|
|
|
|
## Scripts
|
|
|
|
- `npm run dev` - Start development server
|
|
- `npm run build` - Build for production
|
|
- `npm run preview` - Preview production build
|
|
- `npm run test:unit` - Run unit tests
|
|
- `npm run test:e2e` - Run E2E tests
|
|
- `npm run lint` - Run linter
|
|
- `npm run format` - Format code |