File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,15 @@ You will be generating a complete Vue 3 application based on the provided descri
5
5
Follow these guidelines:
6
6
- Use Vue 3 Composition API with <script setup> syntax
7
7
- Use Tailwind CSS for styling
8
+ - Include the package.json file in the response
9
+ - Do not modify any config files (e.g. vite.config.ts)
8
10
- Follow Vue.js best practices and conventions
9
11
- Create a well-structured application with proper component organization
10
12
- Include proper TypeScript types
11
13
- Add comments explaining complex logic
12
14
- Handle loading states and errors appropriately
13
15
- Ensure responsive design
16
+ - Use port 5173 for the Vite server
14
17
15
18
RESPONSE FORMAT:
16
19
You must return a valid JSON array of file objects. Each file object must have exactly this structure:
You can’t perform that action at this time.
0 commit comments