https://github.com/visnalize/win7-ui
📚 Vue2 component library for recreating Windows 7 UI
https://github.com/visnalize/win7-ui
vue vue-components vue2 vuejs windows windows-ui
Last synced: about 1 year ago
JSON representation
📚 Vue2 component library for recreating Windows 7 UI
- Host: GitHub
- URL: https://github.com/visnalize/win7-ui
- Owner: Visnalize
- License: mit
- Created: 2022-10-27T17:48:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T03:20:08.000Z (over 1 year ago)
- Last Synced: 2025-04-12T00:59:41.812Z (about 1 year ago)
- Topics: vue, vue-components, vue2, vuejs, windows, windows-ui
- Language: Vue
- Homepage: http://win7ui.visnalize.com/
- Size: 1.4 MB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win7-ui
[](http://npm.im/win7-ui)
[](http://npm.im/win7-ui)
[](https://bundlephobia.com/result?p=win7-ui)
Vue2 component library for recreating Windows 7 UI.
## 🚀 Quick start
```sh
npm i win7-ui
# or
yarn add win7-ui
```
```js
// main.js or index.js
import Vue from "vue";
import Winui from "win7-ui";
import "win7-ui/lib/style.css";
...
Vue.use(Winui);
new Vue({
...
}).$mount("#app");
```
```html
Hello world!
export default {
methods: {
doSomething() {}
}
}
...
```
## 📚 Documentation
_Refer to the [official site](https://win7ui.visnalize.com/)_
## 📝 Changelog
_Refer to [Releases](https://github.com/Visnalize/win7-ui/releases)_
## 📺 Showcase
- [__Win7 Simu__](https://win7simu.visnalize.com/)