@xsyx/hanzo-h5

0.3.9 • Public • Published

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 );

Readme

Keywords

none

Package Sidebar

Install

npm i @xsyx/hanzo-h5

Weekly Downloads

1

Version

0.3.9

License

ISC

Unpacked Size

2.38 MB

Total Files

237

Last publish

Collaborators

  • chenkuan