Files
IM/frontend/web
nanxun d855c8f8fb 前端:完善无感刷新
后端:修复刷新token接口异常报错
2026-01-13 22:07:00 +08:00
..
2026-01-13 22:07:00 +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