# Main JavaScript Bundle

**File:** `dist/main.js`
**Size:** 930.32 KB
**Generated:** During build process

This file contains all the compiled and minified JavaScript for the application.

## Contents
- Vue 3 framework and runtime
- Vue Router for navigation
- Vuetify component library
- Application components and logic
- Font Awesome icons library

## Build Process
The JavaScript bundle is created during the Vite build process:
- Modules are transformed and bundled
- Code is minified and optimized
- ES modules are preserved for modern browsers
- Sourcemaps are generated for debugging

## Import
The main JavaScript bundle is automatically loaded in the HTML:

```html
<script type="module" crossorigin src="/main.js"></script>
```
