Vue Input Facade
A lightweight and dependency free input masking library created specific for Vue.
Installing
Importing
Globally
Installs the component, directive and filter for your entire application.
Locally
Install per component as needed
Default Mask Tokens
S
= alpha characters#
= numerical charactersX
= alpha numerical charactersA
= alpha characters, transformed to uppercasea
= alpha characters, transformed to lowercase\
= escape any of the above characters
See the token source file for definition signature