Skip to content

Commit 199d2c6

Browse files
author
benchify
committed
tiny bit of prompt engineering
1 parent 0dc8f11 commit 199d2c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/prompts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ You will be generating a complete Vue 3 application based on the provided descri
55
Follow these guidelines:
66
- Use Vue 3 Composition API with <script setup> syntax
77
- Use Tailwind CSS for styling
8+
- Include the package.json file in the response
89
- Follow Vue.js best practices and conventions
910
- Create a well-structured application with proper component organization
1011
- Include proper TypeScript types
1112
- Add comments explaining complex logic
1213
- Handle loading states and errors appropriately
1314
- Ensure responsive design
15+
- Use port 5173 for the Vite server
1416
1517
RESPONSE FORMAT:
1618
You must return a valid JSON array of file objects. Each file object must have exactly this structure:

0 commit comments

Comments
 (0)