Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghosty2004/terminal-browser

A simple browser linux terminal built with vue
https://github.com/ghosty2004/terminal-browser

Last synced: about 13 hours ago
JSON representation

A simple browser linux terminal built with vue

Awesome Lists containing this project

README

        

# 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 |