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
- Host: GitHub
- URL: https://github.com/sleepybuildings/vuedows
- Owner: sleepybuildings
- Created: 2020-05-22T18:43:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:47:12.000Z (over 3 years ago)
- Last Synced: 2023-10-20T09:53:47.345Z (over 2 years ago)
- Topics: ui, vue, win16, windows, windows31
- Language: Vue
- Homepage:
- Size: 4.78 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuedows 3.11
A reimplementation of the Windows 3.11 shell in CSS, Typescript and Vue... ¯\\_(ツ)_/¯

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).