- Vue 3
- Nuxt 3
- Pinia
- Tailwind CSS
- Yes and no...? Most of my image assets are still living within the project itself as I haven't had the time to properly host them on an external server. Feel free to clone the project for your own perusal, be warned that it might be fairly large due to the images. The code's fairly messy right now and I plan to clean it up in the near future, but for now it will probably stay as such.
- Yes! Vue.js OS Template Project is something I am working on right now! It's a barebones/MVP version of this project and it will hold all the required logic for windows and a variety of states to function minimally. All you'll need to do would be to add your own styling! Do drop a star or follow the project, stay tuned!
- Nope! Most of the code you see was manually crafted out by me, I took reference from a Windows 95 emulator slowly pieced together the UI with pure CSS
- Approximately 1 week for the CSS stuff, most of the logic had already been assembled in the past in an older project I had a MacOS variant of the project.
- Yes, the mail app is linked to my google forms.
- Of course! Email me
-
Git Clone the project
git clone https://github.com/dhs17y2adonchia/win95.git
-
Make sure you've installed Vue, Official documentation
-
Install packages
npm install
-
Compile project and serve
npm run serve