# co-range
> A co component

## Installation
```shell
npm i co-range -D
```

## Usage
```javascript
import Vue from 'vue'
import MintRange from 'co-range'

Vue.use(MintRange)
```

or

```javascript
import Vue from 'vue'
import { MintRange } from 'co-range'

Vue.component('co-range', MintRange)
```

## Development

```shell
make dev
```

## Production
```
make dist
```

## Deploy
```shell
make deploy
```

## License
MIT
