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

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.

Awesome Lists containing this project

README

          

# Vue 95
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)

Recreation of the Windows 95 Operating System built with Vue 3 JS.

## Demo
[https://johnuberbacher.com/vue95](https://johnuberbacher.com/vue95)

## Screenshots
![Screenshot](https://i.imgur.com/V4NXbsM.gif)

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