https://github.com/j3soon/xterm.js-embedded-example
A minimal example for demonstrating using xterm.js in an embedded fashion. (support window resize)
https://github.com/j3soon/xterm.js-embedded-example
example sample terminal xterm-js
Last synced: 10 months ago
JSON representation
A minimal example for demonstrating using xterm.js in an embedded fashion. (support window resize)
- Host: GitHub
- URL: https://github.com/j3soon/xterm.js-embedded-example
- Owner: j3soon
- Created: 2021-07-05T03:43:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T04:05:54.000Z (over 4 years ago)
- Last Synced: 2025-03-26T14:55:52.154Z (10 months ago)
- Topics: example, sample, terminal, xterm-js
- Language: HTML
- Homepage: https://j3soon.github.io/xterm.js-embedded-example/
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xterm.js Embedded Example
A minimal example for demonstrating using [xterm.js](https://github.com/xtermjs/xterm.js/) in an embedded fashion. (support window resize)
Online Demo: https://j3soon.github.io/xterm.js-embedded-example/
## Screenshot
[](https://j3soon.github.io/xterm.js-embedded-example/)
## Set up
```sh
# Manual install
npm install xterm
npm install xterm-addon-fit
# Install according to package.json
npm install
```
## Run
Open [`index.html`](index.html) in your browser.