IM/frontend/web
2025-11-16 10:55:26 +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(refreshTokenService):完善刷新令牌服务 2025-11-16 10:55:26 +08:00
.editorconfig Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +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 Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +08:00
package.json Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +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