qingfeng1121 c287650fbb feat(路由): 添加用户和聊天页面路由
style(页脚): 更新版权信息和样式,添加链接和响应式设计

style(全局样式): 引入CSS变量,统一设计系统

refactor(主页面): 使用CSS变量优化样式,提升可维护性

style(购物车): 应用CSS变量,优化交互效果和动画

feat(头部导航): 增强用户信息展示和搜索类型切换动画

feat(聊天页面): 新增聊天功能界面,支持用户列表和消息交互

feat(用户信息): 重构用户信息页面,添加订单状态和功能菜单
2026-01-12 13:56:17 +08:00

pc_frontend

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build
Description
No description provided
Readme 634 KiB
Languages
Vue 94.2%
TypeScript 4.9%
CSS 0.8%
HTML 0.1%