0.0.11 • Published 2 years ago

w-design-vue v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🥇W Design Vue

A simple components UI for blog based on Vue 3.x + Vite 2.x.

🚀 Features

  • 🎪 Interactive docs & demos

📦 Install

It only works for Vue 3

# npm
npm i w-design-vue
# yarn
yarn add w-design-vue

Mock

# init msw syntax
npx msw init <PUBLIC_DIR>

# for example
npx msw init public

CDN

<script src="https://unpkg.com/@w-design-vue/w-design-vue.umd.js"></script>

🦄 Usage

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>

License

MIT