Skip to content

Commit 75a37f7

Browse files
author
benchify
committed
tiny bit of prompt engineering
1 parent 0dc8f11 commit 75a37f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/prompts.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ 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
9+
- Do not modify any config files (e.g. vite.config.ts)
810
- Follow Vue.js best practices and conventions
911
- Create a well-structured application with proper component organization
1012
- Include proper TypeScript types
1113
- Add comments explaining complex logic
1214
- Handle loading states and errors appropriately
1315
- Ensure responsive design
16+
- Use port 5173 for the Vite server
1417
1518
RESPONSE FORMAT:
1619
You must return a valid JSON array of file objects. Each file object must have exactly this structure:

0 commit comments

Comments
 (0)