Last Updated: 07/08/2020
Simple and fully customizable Command Line Interface web page
You can view the demo on My Personal Website
- Fully customizable command, even you can create your own command with your own parameter
- Some bash-like command are included
- Multi terminal sessions are supported
Web Version | Mobile Version |
- Vue 2.6 or later
- Clone this projects on your directory
- Run
npm install
command to install the dependencies - Run
npm run serve
to run the project
- You can modify the config on
constant\cli_config.js
- You can create your own JS module for processing command in
utils
, for example, seeutils\commandHandler.js
This project uses BootstrapVue for creating pages and utilizes its grids and components to build layouts.