mint-ui
Version:
Mobile UI elements for vue.js
44 lines (32 loc) • 435 B
Markdown
# mint-range
> A mint component
## Installation
```shell
npm i mint-range -D
```
## Usage
```javascript
import Vue from 'vue'
import MintRange from 'mint-range'
Vue.use(MintRange)
```
or
```javascript
import Vue from 'vue'
import { MintRange } from 'mint-range'
Vue.component('mint-range', MintRange)
```
## Development
```shell
make dev
```
## Production
```
make dist
```
## Deploy
```shell
make deploy
```
## License
MIT