hanzo H5 业务组件库
介绍
H5 业务组件库,正在慢慢完善
目录介绍
├─ docs
│
├─ src H5组件开发源码
│ ├─ common 公共方法和样式
│ ├─ components 组件
│ └─ static 静态资源
使用
1、安装
npm i @xsyx/hanzo-h5 --save-dev
2、在项目中引入
import HanzoUI from '@xsyx/hanzo-h5';
Vue.use( HanzoUI );
3、在项目中使用,用法类似 ElementUI
<h-button></h-button>
4、引入部分组件
import { hButton } from '@xsyx/hanzo-h5';
Vue.use( hButton );