IM/frontend/web
2025-10-28 16:52:59 +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(接口):添加授权、用户、好友关系服务接口 2025-10-28 16:52:59 +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 Merge pull request '更新 📘 接口响应 Code 设计文档.md' (#7) from test into main 2025-10-18 14:05:42 +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