Move to xterm.js for CJK and IME support (#22)

This commit is contained in:
Shuanglei Tao
2016-11-09 20:02:04 +08:00
committed by GitHub
parent 24c3f2a880
commit e0e6d89870
14 changed files with 1802 additions and 700 deletions

10
html/README.md Normal file
View File

@@ -0,0 +1,10 @@
### Build the inlined html
install [Yarn](https://yarnpkg.com), then run the following commands:
```bash
yarn
yarn run build
```
this will compile the inlined html to `../src/index.html`.