# vue-ruler **Repository Path**: alvin_swing/vue-ruler ## Basic Information - **Project Name**: vue-ruler - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-ruler > 基于vue 2.x的 刻度尺,只支持移动端 ## 实例代码: ``` 体重 身高 测试 ``` 参数描述: value 当前值 min 最小值 max 最大值 onChange:数值发生改变后调用, 可选参数 ## 效果: ![image](https://github.com/alvin198761/vue-ruler/blob/master/ruler.gif) ## 问题: 最小刻度还有bug, ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run start ``` ### Compiles and minifies for production ``` npm run build ```