IM/frontend/web
2025-12-15 17:30:58 +08:00
..
.vscode Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
public Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
src add(filter): 新增全局错误拦截器 2025-12-15 17:30:58 +08:00
.editorconfig Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
.env add(login):完善登录逻辑 2025-12-14 21:40:34 +08:00
.gitattributes Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
.gitignore Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
.prettierrc.json Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
eslint.config.js Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
index.html add(IFriendService):完善好友关系接口 2025-11-04 16:09:43 +08:00
jsconfig.json Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
package-lock.json add(login):完善登录逻辑 2025-12-14 21:40:34 +08:00
package.json add(login):完善登录逻辑 2025-12-14 21:40:34 +08:00
README.md Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
vite.config.js Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
vitest.config.js Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00

web

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

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint