Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 330 Bytes

vue-webssh

一个基于vue,xtermjs,tornado,paramiko的web终端

机器环境

  • win10
  • python3.6

安装

  • pip install -r requirement.txt

启动

  • 配置server.py里的服务器信息
  • python serever.py
  • cd webssh
  • npm install && npm run dev
  • 访问: http://localhost:8080/#/

效果图