wyf-plugin

无聊期间所写的插件库

Usage no npm install needed!

<script type="module">
  import wyfPlugin from 'https://cdn.skypack.dev/wyf-plugin';
</script>

README

plugin

Global usage

import wyfHeader from 'wyf-plugin'
import 'wyf-plugin/lib/wyf-plugin.css'
Vue.use(wyfHeader)

Load on demand usage

import {xxx, xxxx} from 'wyf-plugin'
import 'wyf-plugin/lib/wyf-plugin.css'
Vue.use(xxx)
Vue.use(xxxx)

Plugin author

王彦飞(wangyangfei)

Customize configuration

See Reference project link.