/terminal-browser

A simple browser linux terminal built with vue

Primary LanguageVue

Linux terminal concept

This is a simple linux terminal concept made with Vue 3

Preview

Setup

  1. make sure you have nodejs installed
  2. execute npm install
  3. execute npm run dev to preview it in dev server

Directory structure (in src path)

Directory Description
definitions/commands The commands
definitions/defaults Some defaults such as username
utils Some utility functions such as CommandBuilder