Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghosty2004/terminal-browser
- Owner: ghosty2004
- Created: 2024-05-31T11:35:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T15:44:01.000Z (9 months ago)
- Last Synced: 2025-02-05T07:56:28.853Z (7 days ago)
- Language: Vue
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |