wp-vue-ui

wp vue-ui

Usage no npm install needed!

<script type="module">
  import wpVueUi from 'https://cdn.skypack.dev/wp-vue-ui';
</script>

README

Introduce

wp vue components

安装

npm install wp-vue-ui -S

引入

//main.js
import 'wp-vue-ui/dist/wp-vue-ui.min.css'
import wpVueUi from 'wp-vue-ui'
Vue.use(wpVueUi)

使用

<wp-button></wp-button>