RuoYi Copilot v0.0.1

August 15, 2026 · View on GitHub

基于 Vue 3 + Vite 的 Copilot 前端 UI,对接 RUOYI-AI后端(会话、模型、工作区、流式对话)。

技术栈

  • Vue 3 (<script setup>)
  • Vite 7
  • 原生流式对话(SSE / fetch stream)

开发

npm install
npm run dev      # http://127.0.0.1:5174
npm run build    # 生产构建
npm run preview  # 预览构建产物

后端代理默认指向 http://localhost:6039,见 vite.config.ts

License

MIT