Windows 11 in Nuxt 3 + Tailwind CSS
This is an open-source project made in the hope to replicate the Windows 11 desktop experience on the web using standard web technologies like Nuxt.js, SCSS, Tailwind CSS.
This project is not in any way affiliated with Microsoft and should not be confused with Microsoft’s Operating System or Products. This is not a Windows 365 cloud PC.
Documentation: Coming soon...
Coming soon...
Since this is a complex project it will be a valuable source for a lot of developers out there
📑 If you have your own idea submit it here
about:config
in your firefox browser.layout.css.backdrop-filter.enabled
and set it to true
.Although our license does allow for this project to be reposted, modified and shared without permission from us, we do kindly ask that credits are given to the original GitHub page and the os-windows11 repo when reposting the project publicly.
If you are interested in Nuxt.js visit Nuxt 3 documentation to learn more.
If you are interested in Tailwind visit TailwindCSS documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.