Vue
Vue.js integration
🚧
Coming Soon
Vue.js integration is under development
Vue.js support for Copilot SDK.
Planned Features
- Vue 3 composables (
useCopilot,useTools,useAIContext) - Vue component library
- Nuxt.js integration
- Full TypeScript support
Current Alternative
Use the core package with Vue's reactivity system:
import { builtinTools } from '@yourgpt/copilot-sdk/core';
// Create your own Vue composables using the core utilitiesJoin our Discord or GitHub to get notified when Vue support is released.