This is an IM APP front-end code repository, using WebSocket technology
Remember F12 Turn on console to mobile
- Vue3
- TypeScript
- Pinia
- VantUI
- axios
- Docker + nginx
- Group Message
- WebRtc Video Chat
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint