File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ 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
8
9
- Follow Vue.js best practices and conventions
9
10
- Create a well-structured application with proper component organization
10
11
- Include proper TypeScript types
11
12
- Add comments explaining complex logic
12
13
- Handle loading states and errors appropriately
13
14
- Ensure responsive design
15
+ - Use port 5173 for the Vite server
14
16
15
17
RESPONSE FORMAT:
16
18
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