Files
chore/web/vue-app
Ryan Kegel a47df7171c
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 14s
Add detailed Copilot instructions and enhance child API logging
- Introduced a comprehensive instructions document for the Reward project, outlining architecture, data flow, key patterns, and developer workflows.
- Enhanced logging in the child API to track points and reward costs, improving error handling for insufficient points.
- Updated Vue components to reflect changes in reward handling and improve user experience with pending rewards.
2026-01-21 16:35:50 -05:00
..
2025-11-20 14:06:59 -05:00
2025-12-08 16:23:06 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-12-08 23:08:48 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-12-16 20:18:15 -05:00
2025-11-20 14:06:59 -05:00
2025-12-08 16:38:34 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-11-20 14:06:59 -05:00
2025-12-02 17:02:20 -05:00
2025-11-20 14:06:59 -05:00

vue-app

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

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

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint