Files
fastapi-vue-odoo/frontend
bartool 54de913c16 feat: add vitest for testing and implement tests for calculateDay utility
- Added "test" script to package.json for running vitest.
- Updated api.js to use localhost for backend during development.
- Created utils.spec.js to test calculateDay function with various scenarios.
- Updated vite.config.js to include vitest configuration and conditionally load Vue DevTools.
2025-10-29 18:12:46 +01:00
..
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-11 17:10:06 +02:00
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-10 21:50:14 +02:00
2025-08-11 19:48:59 +02:00
2025-08-10 21:50:14 +02:00

.

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

VSCode + Volar (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