Add code for Serial Over LAN
- The output of serial connection of the hosts on the workstation
terminal.
- The library used is xterm which will provide the terminal to show the
data.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd
diff --git a/package.json b/package.json
index 5482f54..8c90675 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,10 @@
"vue-i18n": "8.15.3",
"vue-router": "3.1.3",
"vuelidate": "0.7.5",
- "vuex": "3.0.1"
+ "vuex": "3.0.1",
+ "xterm": "4.6.0",
+ "xterm-addon-attach": "0.6.0",
+ "xterm-addon-fit": "0.4.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "0.3.0",