x-control-panel/web-ui/vue-app
kirillius 4032586662 api generation impromenet 2026-01-21 14:43:18 +03:00
..
scripts api generation impromenet 2026-01-21 14:43:18 +03:00
src api generation impromenet 2026-01-21 14:43:18 +03:00
.eslintrc.cjs добавил модули для web-ui 2026-01-14 21:57:58 +03:00
.gitignore api generation impromenet 2026-01-21 14:43:18 +03:00
.prettierrc.json добавил модули для web-ui 2026-01-14 21:57:58 +03:00
README.md добавил модули для web-ui 2026-01-14 21:57:58 +03:00
eslint.config.js api generation impromenet 2026-01-21 14:43:18 +03:00
index.html добавил модули для web-ui 2026-01-14 21:57:58 +03:00
package-lock.json api generation impromenet 2026-01-21 14:43:18 +03:00
package.json api generation impromenet 2026-01-21 14:43:18 +03:00
tsconfig.json api generation impromenet 2026-01-21 14:43:18 +03:00
tsconfig.tsbuildinfo api generation impromenet 2026-01-21 14:43:18 +03:00
vite.config.ts api generation impromenet 2026-01-21 14:43:18 +03:00
vitest.config.ts добавил модули для web-ui 2026-01-14 21:57:58 +03:00

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 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