Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 554 Bytes

webssh-前端

基于xtermjs的在线ssh终端

后端地址 -> webssh-service

配置

websocket地址(src/components/WebTerminal.vue)

let wsurl = "ws://127.0.0.1:8080/api/v1/webssh" + "?deviceId=demo"

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report