mizhon / vue-phone-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-phone-input

This vue component is inspired by vue-phone-number-input. When using it, I found it's not very fit for me, missing places are list below:

  • The countries can't be filterd or exclued
  • The related lib libphonenumber-js have validation issue.
  • The theme is limited.

So I am trying to cover these functions and create a new one for myself. If it is helpful, feel free to use it, or if you find any issue, please fire a bug.

Dependency libs:

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.

About


Languages

Language:Vue 54.1%Language:JavaScript 40.1%Language:SCSS 3.8%Language:HTML 2.0%