# Web Terminal **Repository Path**: mikenchen/web-terminal-client ## Basic Information - **Project Name**: Web Terminal - **Description**: web terminal基于Xterm.js开发的浏览器终端 - **Primary Language**: TypeScript - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2025-02-06 - **Last Updated**: 2025-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web Terminal web-terminal-client是使用Vue3+Vite6+Typescript+Xterm.js等技术实现的Web端终端。提供免费学习和参考。 服务端地址:[https://gitee.com/mikenchen/web-terminal-server](https://gitee.com/mikenchen/web-terminal-server) #### 安装教程 ``` 1. git clone https://gitee.com/mikenchen/web-terminal-client.git 2. cd web-terminal-client 3. pnpm install 4. pnpm run dev ``` #### 服务端 ``` 1. git clone https://gitee.com/mikenchen/web-terminal-server.git 2. cd web-terminal-server 3. pnpm install 4. pnpm run start 或 pnpm run start:win ``` ![输入图片说明](public/image.png) #### 主要功能 | 插件 | 功能 | |---------------|--------------| | [Xterm.js](https://xtermjs.org/) | web-terminal终端 |