Skip to content

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

License

Notifications You must be signed in to change notification settings

constXife/xterm_example

Repository files navigation

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