Files
tp/serv_nginx/bbvue
valitovgaziz 402296b726 modified: serv_nginx/api_bb/internal/database/migrate.go
modified:   serv_nginx/api_bb/internal/handlers/handlers.go
	new file:   serv_nginx/api_bb/internal/handlers/personal_best_handler.go
	modified:   serv_nginx/api_bb/internal/models/personal_best.go
	modified:   serv_nginx/api_bb/internal/models/user_stats.go
	modified:   serv_nginx/api_bb/internal/repository/personal_best_repository.go
	modified:   serv_nginx/api_bb/internal/routes/routes.go
	modified:   serv_nginx/api_bb/internal/service/personal_best_service.go
	modified:   serv_nginx/bbvue/src/stores/user.js
personal bests add handler, rout, service, repository, logic and
migrations for
2025-10-20 03:06:06 +05:00
..
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-16 01:57:19 +05:00
2025-10-17 03:02:09 +05:00
2025-10-16 01:57:19 +05:00

bbvue

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint