mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-02-24 07:14:25 +08:00
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.
chatgpt-plus-web
chatgpt-plus 项目前端实现,采用 Vue3 + element-plus 架构。
移动端是采用 Vue3 + Vant 移动开发框架实现的。