vue-shell
vue-shell is a component vuejs to provides an easy way to create a terminal on your application and then add your own philosophy by adding all the commands you want with their rendering in the output.
Installation
npm i vue-shell --save
Example
API
Props | Type | Required |
---|---|---|
banner | Object | false |
commands | Array | false |
shell_input | String | false |
Event | Type | Required |
---|---|---|
shell_output | Any | false |