|
|
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.json | ||
| README.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.tsbuildinfo | ||
| vite.config.ts | ||
| vitest.config.ts | ||
README.md
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 servernpm run build- Build for productionnpm run preview- Preview production buildnpm run test:unit- Run unit testsnpm run test:e2e- Run E2E testsnpm run lint- Run linternpm run format- Format code