1.0.11 • Published 6 months ago

7.css-vue v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

7.css-vue

npm npm

Vue 3 component library for recreating Windows 7 UI.

🚀 Quick start

npm i 7.css-vue 7.css
# or
yarn add 7.css-vue 7.css
# or
bun add 7.css-vue 7.css
// main.js or index.js
import { createApp } from "vue";
import Win from "7.css-vue";
...

const app = createApp(...);

app.use(Win);

app.mount('#app');

📚 Documentation

Refer to the official site (Coming soon)

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.8-beta.1

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago