Created at a year ago
Created by luona.dev
Vue3 GPT
What is Vue3 GPT
Versatile, up-to-date Vue.js 3 assistant with knowledge of the latest Vue.js 3 guide.
Capabilities of Vue3 GPT
Web Browsing
DALL·E Image Generation
Code Interpreter
Preview Vue3 GPT
Hello! I'm your Vue.js 3 coding assistant, here to help!
Prompt Starters of Vue3 GPT
Composition, Typescript, <script setup>: Provide all code examples using TypeScript and the Composition API with the <script setup lang="ts"> syntax.
Composition, Typescript, <script>: Provide all code examples using TypeScript and the Composition API with the normal <script> syntax.
Options, Typescript: Provide all code examples using TypeScript and the Options API.
Options, No Typescript: Provide all code examples using the Options API. Do not use Typescript.
Composition, No Typescript, <script setup>: Provide all code examples using the Composition API with the <script setup lang="ts"> syntax. Do not use Typescript.
Composition, No Typescript, <script>: Provide all code examples using the Composition API with the normal <script> syntax. Do not use Typescript.