Appearance
🥇W Design Vue
TIP
A simple components UI based on Vue 3.x + Vite 2.x.
🚀 Features
- 🎪 Interactive docs & demos
📦 Install
It only works for Vue 3
bash
# npm
npm i w-design-vue
# yarn
yarn add w-design-vueCDN
html
<script src="https://unpkg.com/@w-design-vue/w-design-vue.umd.js"></script>🦄 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')🌸 Thanks
This project is heavily inspired by the following awesome projects.
🧪 Developing
- [x]
<w-button> - [x]
<w-container> - [x]
<w-container>
License
MIT
W Design Vue