UNPKG

435 BMarkdownView Raw
1# mint-range
2> A mint component
3
4## Installation
5```shell
6npm i mint-range -D
7```
8
9## Usage
10```javascript
11import Vue from 'vue'
12import MintRange from 'mint-range'
13
14Vue.use(MintRange)
15```
16
17or
18
19```javascript
20import Vue from 'vue'
21import { MintRange } from 'mint-range'
22
23Vue.component('mint-range', MintRange)
24```
25
26## Development
27
28```shell
29make dev
30```
31
32## Production
33```
34make dist
35```
36
37## Deploy
38```shell
39make deploy
40```
41
42## License
43MIT