本项目用于个人ui组件库的开发练习
使用组件库 npm install wph-ui
全局导入,在main中添加:
import wphUi form 'wph-ui' import 'wphUi/lib/wph-ui.css'
Vue.use(wphUi)