blob: 409e7967db79e2437b50303ee5b5bd89675dc6b5 (
plain)
1
2
3
4
5
6
7
|
# Files
- **main.ts**: Included by ../index.html. Creates the main Vue component.
- **App.vue**: The main Vue component.
- **components**:
- **TestComponent.vue**: For testing.
- **index.css**: Included by main.ts. Provides Tailwind's CSS classes.
- **vite-env.d.ts**: From Vite's template files.
|