bm-components

本末的组件库,不断扩充完善中...

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
bm-components
1.1.102 months ago9 months agoMinified + gzip package size for bm-components in KB

Readme

bm-components
本末项目的一些vue 组件集合,不断完善扩充中...
安装
```shell npm install bm-components -S ``` ```javascript import Vue from 'vue' import bmComponents from 'bm-components' Vue.use(bmComponents) // or import PublicHeader from 'bm-components/packages/public-header' Vue.use(PublicHeader) ``` ```html
<div>
<public-header></public-header>
</div>
```

使用指南

暂无