IM/frontend/web
2025-12-29 20:37:14 +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 style: update App.vue and IconInput.vue for consistent auth UI 2025-12-29 20:37:14 +08:00
.editorconfig Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
.env modify(login): 修改登录返回对象,新增返回用户信息 2025-12-28 22:01:24 +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 modify(login): 修改登录返回对象,新增返回用户信息 2025-12-28 22:01:24 +08:00
package.json modify(login): 修改登录返回对象,新增返回用户信息 2025-12-28 22:01:24 +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