Skip to content

基于vuepress搭建vue-pc端组件库。路过点个star再走吧 ~~

Notifications You must be signed in to change notification settings

Jarhowe/Haven-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haven-UI

简介

Haven-UI组件库文档,它基于vuepress实现。它仿照了element-ui文档,实现了组件展示,代码显示、组件说明等。

如果你喜欢这个项目欢迎star!或者有任何使用问题和bug,欢迎提出issue和pr

安装

npm install haven-ui -S

使用

import Vue from 'vue'
import Haven from 'haven-ui'
Vue.use(Haven)