# webshell-frontend **Repository Path**: zclhl/webshell-frontend ## Basic Information - **Project Name**: webshell-frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-01 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webshell-frontend vue3 + xterm.js + naive-ui 的现代化终端应用,提供基于 ssh 的远程 shell 和文件系统访问。 [后端仓库](https://github.com/Malakasd748/webshell-backend) ## 启动 1. 确保已安装 node.js 2. 进入项目根目录 3. 依次输入以下命令: ```bash > corepack enable > corepack install > pnpm i > pnpm dev ```