mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-06-10 07:46:06 +00:00
94a5187e752e350c815b75f02dc761758e69bf7e
This commit includes the necessary changes to migrate the web application's frontend build system from vue-cli to Vite. Key changes include: - Installed Vite and @vitejs/plugin-vue. - Removed vue-cli dependencies. - Created vite.config.js with configurations for aliases, proxy, and dev server, based on the previous vue.config.js. - Moved public/index.html to web/index.html and updated it for Vite. - Updated package.json scripts to use Vite commands. Note: Due to persistent Node.js environment issues, I could not test the application after these changes. Manual testing and potential debugging will be required to ensure everything works as expected.
GeekAI-PLUS
基于 GeekAI 项目开发的高级版,增加了很多高级功能,比如思维导图,Dalle 绘画等。高级版源码不会一次性开放,只提供镜像给大家免费使用,源码会逐步逐步按照版同步迁移到社区版(GeekAI)。所以如果大家想要二次开发,请移步去社区版。
演示站点
文档地址
部署
- 安装 docker 和 docker-compose 程序,这个自行解决。
- 直接在项目根目录运行启动命令:
docker-compose up -d
功能截图
请参考 GeekAI 项目介绍。
Description
Languages
Vue
51.8%
Go
28.9%
JavaScript
8.6%
SCSS
7.4%
CSS
2.8%
Other
0.4%