基于xtermjs的在线ssh终端
后端地址 -> webssh-service
websocket地址(src/components/WebTerminal.vue)
let wsurl = "ws://127.0.0.1:8080/api/v1/webssh" + "?deviceId=demo"
# 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