retro-ui-vue

Trying to recreate this Dynix terminal UI as a single page web app using Vue. (If that statement makes you feel aghast, then I've succeeded.) Here's the result as of the time of writing:

Screenshot of a web page that recreates a terminal user interface

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build