IM/frontend/web
2026-02-23 18:52:32 +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: 2026-02-23 18:52:32 +08:00
.editorconfig Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
.env 222 2026-02-08 18:43:20 +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: 2026-02-23 18:52:32 +08:00
package.json add: 2026-02-23 18:52:32 +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 前端:修复多分支部署时静态资源的路径问题 2026-01-29 22:54:12 +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