Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 435 Bytes

File metadata and controls

43 lines (32 loc) · 435 Bytes

mint-range

A mint component

Installation

npm i mint-range -D

Usage

import Vue from 'vue'
import MintRange from 'mint-range'

Vue.use(MintRange)

or

import Vue from 'vue'
import { MintRange } from 'mint-range'

Vue.component('mint-range', MintRange)

Development

make dev

Production

make dist

Deploy

make deploy

License

MIT