Skip to content

MissMin/vehicle-keyboard-js

 
 

Repository files navigation

停车王车牌号码专用键盘 VehicleKeyboard - vue.js

GitHub项目主页: https://github.com/parkingwang/vehicle-keyboard-js

键盘输入框混合组件使用说明

键盘输入框混合组件

混合组件包括键盘和输入框两部分组件,具有完成的车牌输入逻辑。

基于VUE.js实现的单组件,单JS文件,包含vue核心库,文件大小约 114KB。

单键盘组件使用说明

单键盘组件的使用方法

单键盘组件只包含键盘组件部分。

基于VUE.js实现的单组件,单JS文件,包含vue核心库,文件大小约 105KB。

键盘逻辑引擎使用说明

键盘逻辑引擎使用说明

车牌号码规则

  1. 本公司整理的车牌号码规则:停车王车牌号码专用键盘规则和设计说明

  2. 中华人民共和国民用机动车号牌

已知问题

  • 在 Android4.4 以下的浏览器或者WebView中,由于不支持CSS3部分特性,会出现输入框界面宽度变化的问题;

版本更新记录

v2017.1108

  • 完成基础功能,更新文档并公开发布;

License

Copyright 2017 Xi'an iRain

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

车牌号码专用键盘 - 基于vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • Vue 40.1%
  • HTML 4.7%
  • CSS 2.4%