# vant-number-plate
**Repository Path**: codercq/vant-number-plate
## Basic Information
- **Project Name**: vant-number-plate
- **Description**: 基于vue+vant+less的车牌号输入组件
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 14
- **Created**: 2022-06-09
- **Last Updated**: 2022-06-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vant-number-plate
## vue-cli
本项目基于@vue/cli 4.5.13创建
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## 说明
这是一个vue移动端车牌号输入组件,此组件依赖vant的van-action-sheet和van-button等组件,同时使用了less
## 效果图


## 演示地址
- 手机扫码体验

- [点击查看演示](http://www.lishumin.top:3001/vant-number-plate/)
## 使用示例
- 示例一:只使用键盘,自定义显示组件
```html
示例一
```
- 示例二:使用提供的显示组件
```html
```