### Usage

```bash
npm i @<%= organization %>/<%= name %>@0.0.1
```
### feature
```
0.0.1 初始提供
```

### Features

 - <%= name %>:<%= description %>
 - 
### Importing library

You can import the generated bundle to use the whole library generated by this starter:

```javascript
import { install, uninstall, IXXXXInterface } from '@<%= organization %>/<%= name %>'
```

### <%= name %>

```javascript

  // 安装核心接口
  install(Vue: any, opts = {})

  // 卸载核心接口
  uninstall(Vue: any, opts = {})
  
```
