9 lines
361 B
Plaintext
9 lines
361 B
Plaintext
---
|
|
description: Additional instructions for Vue 3 development, covering areas like error handling, styling and best practices.
|
|
globs: src/**/*
|
|
---
|
|
- Utilize Vue 3's Teleport component when needed
|
|
- Use Suspense for async components
|
|
- Implement proper error handling
|
|
- Follow Vue 3 style guide and naming conventions
|
|
- Use Vite for fast development and building |