https://github.com/weijuer/w-design
A simple components UI for blog based on Vue 3.x + Vite 2.x.
https://github.com/weijuer/w-design
components ui-components uiframework vue3-typescript
Last synced: 8 months ago
JSON representation
A simple components UI for blog based on Vue 3.x + Vite 2.x.
- Host: GitHub
- URL: https://github.com/weijuer/w-design
- Owner: weijuer
- License: mit
- Created: 2021-07-14T15:09:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T07:55:30.000Z (11 months ago)
- Last Synced: 2025-08-09T18:52:07.274Z (10 months ago)
- Topics: components, ui-components, uiframework, vue3-typescript
- Language: Vue
- Homepage: https://weijuer.github.io/w-design/
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
W Design
A lightweight, customizable Vue3 UI library for web apps.
π₯ ζζ‘£η½η«οΌε½ε
οΌ
π ζζ‘£η½η«οΌGitHubοΌ
π¨π³ δΈζηδ»η»
---
## π Features
- πͺ Interactive docs & demos
- π 1KB Component average size (min+gzip)
- π 80+ High quality components
- π Zero third-party dependencies
- πͺ Written in TypeScript
- π Support Vue 3
- π Support Tree Shaking
- π Support i18n
## π¦ Install
> It only works for Vue 3
```bash
# npm
npm i w-design-vue
# yarn
yarn add w-design-vue
```
## π Mock
```bash
# init msw syntax
npx msw init
# for example
npx msw init public
```
## π§ͺ CDN
```html
```
## π¦ Usage
```js
import { createApp } from 'vue'
import App from './App.vue'
// ε
¨ε±εΌε
₯ζ ·εΌζδ»Ά
import 'w-design-vue/lib/style.css'
import wd from 'w-design-vue'
createApp(App).use(wd).mount('#app')
```
## π₯οΈ Browser Support
W design vue supports modern browsers and Chrome >= 51γiOS >= 10.0 (same as Vue 3).
## πΈ Core Team
Core contributors of W Design:
| [](https://github.com/weijuer/) |
| :-: |
| [Weijuer](https://github.com/weijuer/) |
## πΉοΈ Start On Web IDE
[https://github.dev/weijuer/w-design-vue](https://github.dev/weijuer/w-design-vue)
## π LICENSE
W Design is [MIT](https://github.com/weijeur/w-design-vue/blob/main/LICENSE) licensed.