https://github.com/johnuberbacher/vue-95
Recreation of the Windows 95 Operating System built with Vue 3 JS.
https://github.com/johnuberbacher/vue-95
vue vuejs windows windows95
Last synced: about 1 year ago
JSON representation
Recreation of the Windows 95 Operating System built with Vue 3 JS.
- Host: GitHub
- URL: https://github.com/johnuberbacher/vue-95
- Owner: johnuberbacher
- Created: 2022-03-08T07:52:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T16:07:31.000Z (over 3 years ago)
- Last Synced: 2025-03-27T18:52:35.349Z (over 1 year ago)
- Topics: vue, vuejs, windows, windows95
- Language: Vue
- Homepage: https://johnuberbacher.com/vue95
- Size: 858 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 95

Recreation of the Windows 95 Operating System built with Vue 3 JS.
## Demo
[https://johnuberbacher.com/vue95](https://johnuberbacher.com/vue95)
## Screenshots

## Project setup
##### Imports dependencies
```
npm install
```
##### Compiles and hot-reloads for development
```
npm run serve
```
##### Compiles and minifies for production
```
npm run build
```