Project Structure
Understanding the codebase organization
Project Structure
Key Directories
src/components/ - Reusable Vue components src/views/ - Page-level components (routes) src/composables/ - Reusable reactive logic src/router/ - Route configuration src/utils/ - Utility functions src/index.ts - Worker entry point