constXife / xterm_example

Sample of integration Kemal + Webpack + Vue + xtermjs + SSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xterm

Simple app to demonstrate xterm.js + kemal

Usage

Development:

HOST=host USER=user PASSWORD=password yarn start

Production:

docker run --env HOST=host --env USER=user --env PASSWORD=password -p 3000:3000 container_id

Then browse: http://localhost:3000/index.html

Contributing

  1. Fork it (https://github.com/your-github-user/xterm/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Sample of integration Kemal + Webpack + Vue + xtermjs + SSH

License:MIT License


Languages

Language:Vue 39.8%Language:JavaScript 27.2%Language:Crystal 20.2%Language:Dockerfile 8.1%Language:HTML 3.6%Language:CSS 1.2%