# 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