Ionic 3 Xterm.js Testproject
Please help to get the xterm.js integrated into an Ionic 3 project. Some style things are a bit weird, e.g. the use of which makes it look good, but does not exist.
This app was created with:
$ ionic start ionic-xterm --type=ionic-angular
$ cd ionic-xterm
$ npm install
$ npm install --save ajv
$ npm install --save xterm
$ npm install --save @types/xterm
Then, to run it, cd into ionic-xterm
and run:
$ ionic serve -lc
Testing on iOS:
$ ionic cordova platform add ios
$ ionic cordova build ios
Then use Xcode to compile app and run on device.