Commit Graph

4 Commits

Author SHA1 Message Date
google-labs-jules[bot]
94a5187e75 feat: Migrate frontend build tool from Vue CLI to Vite
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.
2025-05-25 09:32:50 +00:00
RockYang
296d83c3a1 optimize the logic for showing chat history 2023-04-20 11:56:33 +08:00
RockYang
729612275b 优化聊天页面事件处理 2023-03-17 17:49:45 +08:00
RockYang
c25cc97450 完成前后端框架搭建,完成聊天页面布局 2023-03-17 14:17:27 +08:00