An open API service indexing awesome lists of open source software.

https://github.com/raidan00/vue-r-mask


https://github.com/raidan00/vue-r-mask

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# vue-r-mask
### mask directive for vue.js

* Template similar to javascript regular expression. /\d{2}/
* Directive useful for your own input or textarea.
* Arbitrary number of digits in template /\d{1,10}/

### [Live Demo](https://raidan00.github.io/vue-r-mask/dist/index.html)
### [Live Demo Source](https://github.com/raidan00/vue-r-mask/blob/master/src/components/Demo.vue)
## Install in your project
```
npm install vue-r-mask
```
## Run this demo repository
``` bash
git clone https://github.com/raidan00/vue-r-mask.git
cd vue-r-mask
npm install
npm run dev
```