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

https://github.com/sleepybuildings/vuedows

A reimplementation of the Windows 3.11 shell in CSS, Typescript and Vue
https://github.com/sleepybuildings/vuedows

ui vue win16 windows windows31

Last synced: 4 months ago
JSON representation

A reimplementation of the Windows 3.11 shell in CSS, Typescript and Vue

Awesome Lists containing this project

README

          

# Vuedows 3.11

A reimplementation of the Windows 3.11 shell in CSS, Typescript and Vue... ¯\\_(ツ)_/¯

![Screenshot](screenshot.png?raw=true "Its amazing!")

Supported are the follow things:

- Window creation
- Window z ordering and activation
- Maximize and restore a window
- Window dragging
- Window resizing (all 8 corners)
- Basic command buttons

Broken:

- Application instance handling. Exiting an app somehow screws up the instance handling.

Missing

- All the rest.

# Development run

```
npm run serve
```

Sass needs to be started separately:
```
npm run sass:watch
```
Double clicking the desktop creates a new window (testing only).